更新cronos-generator的依赖版本,原来是依赖epg-service中的core-generator
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -37,8 +37,8 @@ | ... | @@ -37,8 +37,8 @@ |
| 37 | <!--代码生成器--> | 37 | <!--代码生成器--> |
| 38 | <dependency> | 38 | <dependency> |
| 39 | <groupId>com.topdraw</groupId> | 39 | <groupId>com.topdraw</groupId> |
| 40 | <artifactId>code-generator</artifactId> | 40 | <artifactId>cronos-generator</artifactId> |
| 41 | <version>3.1.0</version> | 41 | <version>1.2.0</version> |
| 42 | </dependency> | 42 | </dependency> |
| 43 | 43 | ||
| 44 | <!-- Spring boot 热部署 : 此热部署会遇到 java.lang.ClassCastException 异常 --> | 44 | <!-- Spring boot 热部署 : 此热部署会遇到 java.lang.ClassCastException 异常 --> | ... | ... |
-
Please register or sign in to post a comment