Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
renren-fast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MaintenanceFund
renren-fast
Commits
fcd39106
Commit
fcd39106
authored
Aug 31, 2023
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置文件
parent
a17947e0
Pipeline
#240
failed with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
src/main/resources/application-dev.yml
src/main/resources/application-dev.yml
+4
-4
src/main/resources/application-prod.yml
src/main/resources/application-prod.yml
+2
-2
src/main/resources/application-test.yml
src/main/resources/application-test.yml
+2
-2
No files found.
src/main/resources/application-dev.yml
View file @
fcd39106
...
@@ -4,9 +4,9 @@ spring:
...
@@ -4,9 +4,9 @@ spring:
driverClassName
:
com.mysql.jdbc.Driver
driverClassName
:
com.mysql.jdbc.Driver
druid
:
druid
:
first
:
#数据源1
first
:
#数据源1
url
:
jdbc:mysql://192.168.101.2
13
:3306/renren_fast?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai
url
:
jdbc:mysql://192.168.101.2
31
:3306/renren_fast?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai
username
:
root
username
:
root
password
:
Cd85617711
password
:
mysql123
initial-size
:
10
initial-size
:
10
max-active
:
100
max-active
:
100
min-idle
:
10
min-idle
:
10
...
@@ -54,5 +54,5 @@ spring:
...
@@ -54,5 +54,5 @@ spring:
stat-view-servlet
:
stat-view-servlet
:
enabled
:
true
enabled
:
true
url-pattern
:
/druid/*
url-pattern
:
/druid/*
#login-username: admin
login-username
:
admin
#login-password: admin
login-password
:
j9iAirlFm7XYZcf1
\ No newline at end of file
\ No newline at end of file
src/main/resources/application-prod.yml
View file @
fcd39106
...
@@ -54,5 +54,5 @@ spring:
...
@@ -54,5 +54,5 @@ spring:
stat-view-servlet
:
stat-view-servlet
:
enabled
:
true
enabled
:
true
url-pattern
:
/druid/*
url-pattern
:
/druid/*
#login-username: admin
login-username
:
admin
#login-password: admin
login-password
:
j9iAirlFm7XYZcf1
\ No newline at end of file
\ No newline at end of file
src/main/resources/application-test.yml
View file @
fcd39106
...
@@ -54,5 +54,5 @@ spring:
...
@@ -54,5 +54,5 @@ spring:
stat-view-servlet
:
stat-view-servlet
:
enabled
:
true
enabled
:
true
url-pattern
:
/druid/*
url-pattern
:
/druid/*
#login-username: admin
login-username
:
admin
#login-password: admin
login-password
:
j9iAirlFm7XYZcf1
\ No newline at end of file
\ No newline at end of file
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