提交 fa18dcc5 编写于 作者: 小傅哥's avatar 小傅哥

feat:去掉不需要的注释

上级 f9441b55
...@@ -33,10 +33,6 @@ ...@@ -33,10 +33,6 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId> <artifactId>spring-boot-configuration-processor</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zookeeper-discovery</artifactId>
</dependency>
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId> <artifactId>fastjson</artifactId>
......
...@@ -127,7 +127,7 @@ public class ZSXQJob { ...@@ -127,7 +127,7 @@ public class ZSXQJob {
} }
}); });
} catch (JsonProcessingException e) { } catch (Exception e) {
throw new RuntimeException(e); throw new RuntimeException(e);
} }
}).start(); }).start();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册