Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dict
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
陈文顺
dict
Commits
4f38f52c
Commit
4f38f52c
authored
Nov 14, 2018
by
陈文顺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app name
parent
cc3d8012
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
59 deletions
+1
-59
springboot-demo/src/main/resources/application-pro.yml
+0
-58
springboot-demo/src/main/resources/application.yml
+1
-1
No files found.
springboot-demo/src/main/resources/application-pro.yml
deleted
100644 → 0
View file @
cc3d8012
spring
:
application
:
name
:
sarding-jdbc
redis
:
host
:
115.159.67.166
port
:
5289
password
:
U252fnIDyfF1A1
database
:
3
server
:
port
:
9005
datasource
:
druid
:
url
:
jdbc:mysql://127.0.0.1:3306/dict?useUnicode=true&characterEncoding=utf8
driver-class
:
com.mysql.jdbc.Driver
username
:
root
password
:
initial-size
:
1
min-idle
:
1
max-active
:
20
test-on-borrow
:
true
filters
:
stat
#mybatis
mybatis
:
config-location
:
classpath:mybatis.xml
mapper-locations
:
classpath:mapper/*.xml
type-aliases-package
:
com.freemud.demo.model
##dao
#mapper:
# not-empty: false
# identity: MYSQL
# before: true
#pagehelper
pagehelper
:
helper-dialect
:
mysql
reasonable
:
true
support-methods-arguments
:
true
params
:
count=countSql
#log
logging
:
config
:
classpath:logback.xml
#security:
# user:
# name: admin
# password: admin
# ignored: /**,/swagger*,/webjars/**,/v2/**,/swagger-resources/**
swagger_enable
:
false
springboot-demo/src/main/resources/application.yml
View file @
4f38f52c
spring
:
spring
:
application
:
application
:
name
:
sarding-jdbc
name
:
dictionary
redis
:
redis
:
host
:
115.159.67.166
host
:
115.159.67.166
port
:
5289
port
:
5289
...
...
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