加载中
Vertx之Hello world

maven项目依赖 io.vertx vertx-web 2.项目部分代码 public class MainVerticle extends ...

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 org.springframework.boot sp......

Mybatis Auto Code Generation

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

佛祖保佑永无bug

佛祖保佑永无bug

2014/08/21 15:55
485
Elastic-Job-Cloud 任务调度流程

Elastic-Job-Cloud使用Mesos + Docker的解决方案,额外提供资源治理、应用分发以及进程隔离等服务。 在熟悉其源码时, 整理下服务启动调用流程,具体如下:

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

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

Ropsten测试网的水龙头上得到一些ETH

获取Ropsten-ETH测试ETH 要部署在Ropsten网络上,你需要将Ropsten-ETH发送到将要进行部署的地址。你可以从测试网的水龙头上得到一些ETH https://faucet.egorfine.com/ https://faucet.metam...

2022/06/14 13:44
309
怎样使用Hardhat开发 Solidity 智能合约

介绍 在本文中,我们将创建一个简单的智能合约并对其进行测试,然后使用 Hardhat 将其部署在测试网上. 如果你对区块链比较陌生,不用担心。 首先,在逐步编写智能合约之前,我们将回顾 Soli...

Flowable-ui 6.7.2集成spring-boot配置

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

Flowable流程实例processInstance开启,中止,激活,删除,查询

介绍 Flowable流程实例processInstance基本操作 流程开启 流程中止 流程激活 流程删除 流程查询 1. maven项目依赖 <dependency> <groupId>org.flowable</groupId> <artifactId>flowable-spri...

Flowable自定义IdGenerator

介绍 Flowable扩展id生成规则 1. maven项目依赖 org.flowable flowable-spring-boot-starter-process 6.7.2 2.......

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 序号...

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

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

Oauth2.0基于Spring Authorization Server模块client_secret_basic或者post

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

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

介绍 基于sharding-datasource, jpa进行分库操作, 基于AbstractDataSourceBasedMultiTenantConnectionProviderImpl, CurrentTenantIdentifierResolver动态切换数据源 SaaS服务多租户介绍,每...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部