Commit 9cae000a by naan1993

增加开发者工具的引入

parent 37175937
...@@ -72,6 +72,11 @@ ...@@ -72,6 +72,11 @@
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
<!--shiro依赖--> <!--shiro依赖-->
<dependency> <dependency>
......
...@@ -35,6 +35,11 @@ spring: ...@@ -35,6 +35,11 @@ spring:
http: http:
converters: converters:
preferred-json-mapper: fastjson preferred-json-mapper: fastjson
devtools:
restart:
enabled: true #是否开启开发者工具(true/false)
additional-paths: src/main/java
exclude: static/**,WEB-INF/view/**
################### mybatis-plus配置 ################### ################### mybatis-plus配置 ###################
mybatis-plus: mybatis-plus:
......
Markdown is supported
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