Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
吕剑
/
iqiyi-inject-management
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
d386a68e
...
d386a68e69adbfefd39e970effaa09f72d4758ca
authored
2021-06-09 19:26:09 +0800
by
吕剑
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
代码初始化 提交
1 parent
a640953a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/main/resources/config/application.yml
src/main/resources/config/application.yml
View file @
d386a68
...
...
@@ -8,12 +8,17 @@ spring:
url
:
jdbc:mysql://139.196.37.202:3306/hyperion?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&autoReconnect=true
username
:
root
password
:
Topdraw1qaz
hikari
:
connection-timeout
:
200000
profiles
:
active
:
dev
mybatis-plus
:
configuration
:
log-impl
:
org.apache.ibatis.logging.stdout.StdOutImpl
mvc
:
async
:
request-timeout
:
200000
mybatis-plus
:
mapper-locations
:
classpath:mapper/iqiyi/*.xml
...
...
Please
register
or
sign in
to post a comment