Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
project-template
Project
Project
Details
Activity
Releases
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
郭燕飞
project-template
Commits
681fa697
Commit
681fa697
authored
Dec 05, 2018
by
郭燕飞
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feign的序列化方式默认使用hessian2
parent
b52d6a6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
8 deletions
+14
-8
application.properties
...plate/bizModule/src/main/resources/application.properties
+7
-4
application.properties
web-template/src/main/resources/application.properties
+7
-4
No files found.
service-template/bizModule/src/main/resources/application.properties
View file @
681fa697
#tomcat
#
tomcat
server.port
=
1111
server.tomcat.access-log-enabled
=
false
server.tomcat.uri-encoding
=
UTF-8
#logging
#
logging
logging.path
=
${user.home}/logs/{artifactId}
#database
#
database
duiba.datasource.demo.url
=
jdbc:mysql://dev.config.duibar.com:3306/demo?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&connectTimeout=5000&socketTimeout=60000
duiba.datasource.demo.username
=
dev
duiba.datasource.demo.password
=
dev_fas015
\ No newline at end of file
duiba.datasource.demo.password
=
dev_fas015
# feign的序列化方式默认使用hessian2
duiba.feign.serialization
=
hessian2
web-template/src/main/resources/application.properties
View file @
681fa697
#tomcat
#
tomcat
server.port
=
1112
server.tomcat.access-log-enabled
=
false
server.tomcat.uri-encoding
=
UTF-8
#logging
#
logging
logging.path
=
${user.home}/logs/{artifactId}
#swagger
{artifactIdPackage}
.swagger.enable
=
true
\ No newline at end of file
# swagger
{artifactIdPackage}
.swagger.enable
=
true
# feign的序列化方式默认使用hessian2
duiba.feign.serialization
=
hessian2
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