在System模块的ConfigurerAdapter类中添加 解决Long 类型在 前端精度丢失的实现

pull/62/head
zhengjie 2019-04-22 15:54:19 +08:00
parent 8a88f90367
commit 99041161d7
1 changed files with 4 additions and 4 deletions

View File

@ -48,10 +48,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!--<dependency>-->
<!--<groupId>org.springframework.boot</groupId>-->
<!--<artifactId>spring-boot-starter-actuator</artifactId>-->
<!--</dependency>-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>