"sql/eladmin.sql" did not exist on "4e39694ea3c197cbd8a842218b8b04806d71d8c8"
Commit 99041161 authored by zhengjie's avatar zhengjie
Browse files

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

parent 8a88f903
...@@ -48,10 +48,10 @@ ...@@ -48,10 +48,10 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId> <artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency> </dependency>
<dependency> <!--<dependency>-->
<groupId>org.springframework.boot</groupId> <!--<groupId>org.springframework.boot</groupId>-->
<artifactId>spring-boot-starter-actuator</artifactId> <!--<artifactId>spring-boot-starter-actuator</artifactId>-->
</dependency> <!--</dependency>-->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment