修改cronos-generator依赖的版本
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
20 | <dependency> | 20 | <dependency> |
21 | <groupId>com.topdraw</groupId> | 21 | <groupId>com.topdraw</groupId> |
22 | <artifactId>cronos-generator</artifactId> | 22 | <artifactId>cronos-generator</artifactId> |
23 | <version>1.2.0</version> | 23 | <version>1.1.0</version> |
24 | </dependency> | 24 | </dependency> |
25 | </dependencies> | 25 | </dependencies> |
26 | 26 | ... | ... |
... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
38 | <dependency> | 38 | <dependency> |
39 | <groupId>com.topdraw</groupId> | 39 | <groupId>com.topdraw</groupId> |
40 | <artifactId>cronos-generator</artifactId> | 40 | <artifactId>cronos-generator</artifactId> |
41 | <version>1.2.0</version> | 41 | <version>1.1.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