Skip to content

Commit 4d0f667

Browse files
committed
修改使用nacos配置中心
改进代码生成功能 新增了资源管理页面
1 parent fe77df1 commit 4d0f667

File tree

322 files changed

+3764
-326
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

322 files changed

+3764
-326
lines changed

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,3 @@ data
55
logs
66
target
77

8-
.settings/
9-
10-
.classpath
11-
.project
12-
.factorypath
13-
File renamed without changes.

base-authclient/pom.xml renamed to auth/authentication-client/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.springframework.cloud</groupId>
3636
<artifactId>spring-cloud-openfeign</artifactId>
37-
<version>2.1.0.RELEASE</version>
37+
<version>2.0.0.RC2</version>
3838
<type>pom</type>
3939
<scope>import</scope>
4040
</dependency>
@@ -55,6 +55,12 @@
5555
<groupId>io.github.openfeign</groupId>
5656
<artifactId>feign-okhttp</artifactId>
5757
</dependency>
58+
<dependency>
59+
<groupId>org.projectlombok</groupId>
60+
<artifactId>lombok</artifactId>
61+
<version>RELEASE</version>
62+
<scope>provided</scope>
63+
</dependency>
5864
<!--oauth2认证-->
5965
<dependency>
6066
<groupId>io.jsonwebtoken</groupId>
File renamed without changes.

0 commit comments

Comments
 (0)