Compare commits

..

22 Commits

Author SHA1 Message Date
ycl
dac8f0777c 更新 template/pom.xml 2026-06-10 09:54:46 +08:00
oyo
2b137ecb9b 增加sources.jar 2026-06-03 15:57:32 +08:00
oyo
3db951e5a0 dist打包修改 2026-06-02 16:33:56 +08:00
oyo
9c6af1d68b 修改为remote_contract 2026-06-01 10:51:58 +08:00
oyo
5c8ad7d42e 修改dist 2026-05-27 19:27:41 +08:00
oyo
f4c08d26bd revision 2026-05-27 17:41:37 +08:00
oyo
f89f015f5f 修改打包模板 2026-05-27 17:28:55 +08:00
oyo
ac97eeca58 修改为interfaces 2026-05-27 17:02:59 +08:00
oyo
a3e7d7d0fa 修改为interfaces 2026-05-27 16:58:14 +08:00
oyo
60e2ad6ccd 修改为interfaces 2026-05-27 16:22:15 +08:00
oyo
fe5d6ec08e client模块被根依赖 2026-05-27 15:35:50 +08:00
oyo
44deb7ab4e client模块被根依赖 2026-05-27 15:28:02 +08:00
oyo
66b13750f3 增加microserviceFrameworkType: ""
microserviceFrameworkVersion: ""
2026-05-26 16:41:23 +08:00
oyo
51a2b345a9 git ignore 2026-05-26 16:40:18 +08:00
oyo
0c327f7dd4 增加微服务配置pom动态化 2026-05-26 16:36:57 +08:00
oyo
f05dab17f6 增加打包内容,包含QueryResult、TocoGenerated、TocoGenerated$LockLevel 2026-05-22 15:57:15 +08:00
oyo
3882e2d0b5 jar 改为dist 2026-05-22 14:16:38 +08:00
oyo
6ece5fb212 jar 改为dist 2026-05-21 17:10:30 +08:00
oyo
8ce7e21255 去掉modules 2026-05-21 16:52:38 +08:00
oyo
14c90c288e facade改为client,增加public-api 2026-05-21 16:35:42 +08:00
oyo
9295402789 facade改为client 2026-05-21 14:30:38 +08:00
ycl
aa6be4960b #支持微服务,添加facade模块用于放置对外的rpc服务 2026-05-11 13:51:21 +08:00
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
{
"java.compile.nullAnalysis.mode": "automatic"
}

View File

@@ -52,6 +52,12 @@
<artifactId>javax.persistence-api</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
@@ -171,7 +177,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.46</version>
<version>1.18.20</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>