修改cronos-core的依赖版本
Showing
4 changed files
with
4 additions
and
14 deletions
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| 19 | <!--代码生成器--> | 19 | <!--代码生成器--> |
| 20 | <dependency> | 20 | <dependency> |
| 21 | <groupId>com.topdraw</groupId> | 21 | <groupId>com.topdraw</groupId> |
| 22 | <artifactId>cronos-generator</artifactId> | 22 | <artifactId>cronos-system</artifactId> |
| 23 | <version>1.1.0</version> | 23 | <version>1.1.0</version> |
| 24 | </dependency> | 24 | </dependency> |
| 25 | </dependencies> | 25 | </dependencies> | ... | ... |
| ... | @@ -34,18 +34,6 @@ | ... | @@ -34,18 +34,6 @@ |
| 34 | <version>${parent.version}</version> | 34 | <version>${parent.version}</version> |
| 35 | </dependency> | 35 | </dependency> |
| 36 | 36 | ||
| 37 | <!--代码生成器--> | ||
| 38 | <dependency> | ||
| 39 | <groupId>com.topdraw</groupId> | ||
| 40 | <artifactId>cronos-generator</artifactId> | ||
| 41 | <version>1.1.0</version> | ||
| 42 | </dependency> | ||
| 43 | <dependency> | ||
| 44 | <groupId>com.topdraw</groupId> | ||
| 45 | <artifactId>cronos-system</artifactId> | ||
| 46 | <version>1.1.0</version> | ||
| 47 | </dependency> | ||
| 48 | |||
| 49 | <!-- Spring boot 热部署 : 此热部署会遇到 java.lang.ClassCastException 异常 --> | 37 | <!-- Spring boot 热部署 : 此热部署会遇到 java.lang.ClassCastException 异常 --> |
| 50 | <dependency> | 38 | <dependency> |
| 51 | <groupId>org.springframework.boot</groupId> | 39 | <groupId>org.springframework.boot</groupId> | ... | ... |
-
Please register or sign in to post a comment