加载中
Vertx之Hello world

maven项目依赖 <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-web</artifactId> </dependency> 2.项目部分代码 public class MainVerticle extends ......

2021/12/21 11:56
4.4K
Spring-boot基于sharding-jdbc3分表分库操作

Sharding-jdbc分库分表 Apache ShardingSphere(Incubator) 是一套开源的分布式数据库中间件解决方案组成的生态圈,它由Sharding-JDBC、Sharding-Proxy和Sharding-Sidecar(规划中)这3款相互...

Gitlab基于git-hooks做checkstyle代码检测

Gitlab基于git-hooks做checkstyle代码检测 描述:为了规范团队代码,在成员push代码时,做代码检测规范,不符合规范的禁止成员推送代码到服务端. 基于git-hook服务器端钩子pre-receive进行处...

Spring-boot集成Netty做websocket服务端

spring-boot-websocket-netty-server, 依赖spring-boot-parent spring-boot Netty Spring Boot: user notifications with web socket This example will shows how to send notifications, v...

spring-boot集成EasyUI和KindEditor

Spring-boot集成EasyUI和Kindeditor,在处理Dialog时,Kindeditor不能编辑问题,以及EasyUI form表单中KindEditor富文本编辑器的应用...

spring-boot-sitemesh整合装饰器

spring-boot-sitemesh, 依赖spring-boot-parent spring-boot EasyUi SiteMesh 项目启动访问路径 http://localhost/admin/index <parent> <groupId>org.springframework.boot</groupId> <art...

Mybatis Auto Code Generation

Mybatis Auto Code Generation Mapper/Service/Domain/SQL.xml, 主要是针对某个数据库所有表[参考配置文件ConfigConstants], 统一生成Domain/Service/Mapper,以及SQL.xml文件, 如:针对t_c...

Spring Boot 2 中通过 WebSocket 发送 STOMP 消息

描述 在这篇博客中,我们将了解如何设置应用程序以通过 WebSocket 连接, 发送和接收 STOMP 消息。我们将以 Spring Boot 2为基础,因为它包含对 STOMP 和 WebSocket 的支持,并且它还提供了一...

2022/08/23 21:55
29
Flowable-ui 6.7.2集成spring-boot配置

介绍 Spring boot集成Flowable-ui 6.7.2 Flowable提供了几个web应用, 所有其他的应用都需要Flowable IDM提供认证 Flowable IDM: 身份管理应用。为所有Flowable UI应用提供单点登录认证功能,...

Flowable自定义IdGenerator

介绍 Flowable扩展id生成规则 1. maven项目依赖 <dependency> <groupId>org.flowable</groupId> <artifactId>flowable-spring-boot-starter-process</artifactId> <version>6.7.2</version> ...

Oauth2.0基于Spring Authorization Server模块自定义统一返回对象

介绍 处理oauth2.0请求返回结果 错误信息处理AuthenticationFailureHandler 成功信息处理AuthenticationSuccessHandler 基于项目:Spring Authorization Server 1. maven项目依赖 spring-aut...

Oauth2.0基于Spring Authorization Server模块private_key_jwt模式

介绍 处理oauth2.0请求授权client授权模式, 使用授权服务器对客户端进行身份验证时使用的身份验证方法 client_secret_basic client_secret_post client_secret_jwt private_key_jwt none 序号...

sharding-datasource之JPA基于AbstractRoutingDataSource动态切换数据源

介绍 基于sharding-datasource, jpa进行分库操作, 实现AbstractRoutingDataSource动态切换数据源 SaaS服务多租户介绍,每个租户的资源都是独立的,从入口到应用部署到数据,都是完全隔离的。...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部