Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
shop-Mall
Project
Project
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
licc
shop-Mall
Commits
b68ea24a
Commit
b68ea24a
authored
Mar 23, 2021
by
liqin
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixed
parent
05d51a6e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
application-prod.yml
wisenergy-web-admin/src/main/resources/application-prod.yml
+1
-1
application.properties
...b/xxl-job-admin/src/main/resources/application.properties
+3
-3
No files found.
wisenergy-web-admin/src/main/resources/application-prod.yml
View file @
b68ea24a
...
...
@@ -3,7 +3,7 @@ spring:
type
:
com.alibaba.druid.pool.DruidDataSource
druid
:
driver-class-name
:
com.mysql.cj.jdbc.Driver
url
:
jdbc:mysql://127.0.0.1:3306/shop
_
mall?useUnicode=true&serverTimezone=GMT%2B8
url
:
jdbc:mysql://127.0.0.1:3306/shop
-
mall?useUnicode=true&serverTimezone=GMT%2B8
username
:
xitiansen
password
:
RmRDH8xCxDjDjxM5
initial-size
:
10
...
...
xxl-job/xxl-job-admin/src/main/resources/application.properties
View file @
b68ea24a
...
...
@@ -23,9 +23,9 @@ mybatis.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml
#mybatis.type-aliases-package=com.xxl.job.admin.core.model
### xxl-job, datasource
spring.datasource.url
=
jdbc:mysql://
8.131.244.76
:3306/xxl_job?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
spring.datasource.username
=
root
spring.datasource.password
=
PRMHmHBr
spring.datasource.url
=
jdbc:mysql://
127.0.0.1
:3306/xxl_job?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
spring.datasource.username
=
xxl_job
spring.datasource.password
=
RmRDH8xCxDjDjxM5
spring.datasource.driver-class-name
=
com.mysql.cj.jdbc.Driver
### datasource-pool
...
...
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