Commit 2a6d5013 2a6d5013d08516619bd246427f0293751a33234f by xianghan@topdraw.cn

更新cronos-generator的依赖版本,原来是依赖epg-service中的core-generator

1 parent 9cc43dc0
...@@ -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 异常 -->
......