Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
9cae000a
Commit
9cae000a
authored
Jul 03, 2017
by
naan1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加开发者工具的引入
parent
37175937
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
pom.xml
+5
-0
src/main/resources/application.yml
+5
-0
No files found.
pom.xml
View file @
9cae000a
...
@@ -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>
...
...
src/main/resources/application.yml
View file @
9cae000a
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment