Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
向汉
/
uc-engine
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
e8085c67
...
e8085c672e42ec1e3c12d8803e6e3227e311f7f7
authored
2022-01-20 16:52:28 +0800
by
xianghan@topdraw.cn
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改cronos-generator依赖的版本
1 parent
5cb74144
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
member-service-api/pom.xml
member-service-impl/pom.xml
member-service-api/pom.xml
View file @
e8085c6
...
...
@@ -20,7 +20,7 @@
<dependency>
<groupId>
com.topdraw
</groupId>
<artifactId>
cronos-generator
</artifactId>
<version>
1.
2
.0
</version>
<version>
1.
1
.0
</version>
</dependency>
</dependencies>
...
...
member-service-impl/pom.xml
View file @
e8085c6
...
...
@@ -38,7 +38,7 @@
<dependency>
<groupId>
com.topdraw
</groupId>
<artifactId>
cronos-generator
</artifactId>
<version>
1.
2
.0
</version>
<version>
1.
1
.0
</version>
</dependency>
<!-- Spring boot 热部署 : 此热部署会遇到 java.lang.ClassCastException 异常 -->
...
...
Please
register
or
sign in
to post a comment