文件名称:spring-boot-web-flux-samples-java
文件大小:73KB
文件格式:ZIP
更新时间:2024-06-07 10:50:10
Java
描述 该存储库包含使用Spring Boot 2和Spring WebFlux构建的各种原型项目的样本。 专案 http-适配器 使用一个API的客户端和使用不同API的后端之间的HTTP集成服务示例。 设置 cd http-adapter mvn clean install jooq-notx-进行中 使用jOOQ查询postgres数据库的样本服务。 数据库访问是非事务性的(目前)。 设置 cd jooq-notx ./jooq-notx-service/src/sql/setup/setup-db.sh mvn clean install
【文件预览】:
spring-boot-web-flux-samples-java-master
----.gitignore(18B)
----LICENSE(34KB)
----pom.xml(5KB)
----README.md(551B)
----http-adapter()
--------http-adapter-service()
--------pom.xml(788B)
--------http-adapter-integration-test()
----jooq-notx()
--------pom.xml(776B)
--------jooq-notx-service()
--------jooq-notx-integration-test()