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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
19 deletions
+29
-19
pom.xml
+24
-19
src/main/resources/application.yml
+5
-0
No files found.
pom.xml
View file @
9cae000a
...
...
@@ -25,14 +25,14 @@
<shiro.version>
1.4.0
</shiro.version>
<mybatisplus-spring-boot-starter.version>
1.0.1
</mybatisplus-spring-boot-starter.version>
<fastjson.version>
1.2.31
</fastjson.version>
<commons.io.version>
2.5
</commons.io.version>
<velocity.version>
1.7
</velocity.version>
<kaptcha.version>
2.3.2
</kaptcha.version>
<ehcache.version>
3.3.1
</ehcache.version>
<zxing.version>
3.2.1
</zxing.version>
<druid.version>
1.0.28
</druid.version>
<beetl.version>
2.7.15
</beetl.version>
<swagger.version>
2.2.2
</swagger.version>
<commons.io.version>
2.5
</commons.io.version>
<velocity.version>
1.7
</velocity.version>
<kaptcha.version>
2.3.2
</kaptcha.version>
<ehcache.version>
3.3.1
</ehcache.version>
<zxing.version>
3.2.1
</zxing.version>
<druid.version>
1.0.28
</druid.version>
<beetl.version>
2.7.15
</beetl.version>
<swagger.version>
2.2.2
</swagger.version>
</properties>
<dependencies>
...
...
@@ -72,7 +72,12 @@
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-devtools
</artifactId>
<optional>
true
</optional>
</dependency>
<!--shiro依赖-->
<dependency>
<groupId>
org.apache.shiro
</groupId>
...
...
@@ -108,16 +113,16 @@
<artifactId>
fastjson
</artifactId>
<version>
${fastjson.version}
</version>
</dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
druid
</artifactId>
<version>
${druid.version}
</version>
</dependency>
<dependency>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
<version>
${commons.io.version}
</version>
</dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
druid
</artifactId>
<version>
${druid.version}
</version>
</dependency>
<dependency>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
<version>
${commons.io.version}
</version>
</dependency>
<dependency>
<groupId>
com.github.penggle
</groupId>
<artifactId>
kaptcha
</artifactId>
...
...
src/main/resources/application.yml
View file @
9cae000a
...
...
@@ -35,6 +35,11 @@ spring:
http
:
converters
:
preferred-json-mapper
:
fastjson
devtools
:
restart
:
enabled
:
true
#是否开启开发者工具(true/false)
additional-paths
:
src/main/java
exclude
:
static/**,WEB-INF/view/**
################### 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