Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
renren-generator
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
renren-generator
Commits
73f2c5fc
Commit
73f2c5fc
authored
Aug 13, 2018
by
Mark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SpringBoot升级到2.0
parent
aa2ea0f4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
pom.xml
pom.xml
+2
-2
application.yml
src/main/resources/application.yml
+1
-5
No files found.
pom.xml
View file @
73f2c5fc
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
1.5.3
.RELEASE
</version>
<version>
2.0.4
.RELEASE
</version>
</parent>
<properties>
...
...
@@ -24,7 +24,7 @@
<commons.lang.version>
2.6
</commons.lang.version>
<commons.io.version>
2.5
</commons.io.version>
<commons.configuration.version>
1.10
</commons.configuration.version>
<fastjson.version>
1.2.
31
</fastjson.version>
<fastjson.version>
1.2.
45
</fastjson.version>
<velocity.version>
1.7
</velocity.version>
</properties>
...
...
src/main/resources/application.yml
View file @
73f2c5fc
# Tomcat
server
:
tomcat
:
max-threads
:
10
min-spare-threads
:
10
port
:
80
# mysql
...
...
@@ -10,7 +6,7 @@ spring:
datasource
:
type
:
com.alibaba.druid.pool.DruidDataSource
driverClassName
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://localhost:3306/renren_fast?useUnicode=true&characterEncoding=UTF-8
url
:
jdbc:mysql://localhost:3306/renren_fast?useUnicode=true&characterEncoding=UTF-8&useSSL=false
username
:
renren
password
:
123456
jackson
:
...
...
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