Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-tool
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
tool
amos-tool
Commits
13b48676
Commit
13b48676
authored
Dec 12, 2023
by
chenzai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit bug
parent
ee19511f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
application-dev.properties
src/main/resources/application-dev.properties
+7
-2
application.properties
src/main/resources/application.properties
+1
-4
No files found.
src/main/resources/application-dev.properties
View file @
13b48676
...
...
@@ -54,4 +54,9 @@ spring.boot.admin.client.username=admin
spring.boot.admin.client.password
=
a1234560
management.security.enabled
=
false
management.endpoint.health.show-details
=
always
management.endpoints.web.exposure.include
=
*
\ No newline at end of file
management.endpoints.web.exposure.include
=
*
toolLibrary.className
=
com.mysql.cj.jdbc.Driver
toolLibrary.url
=
jdbc:mysql://172.16.3.18:3306/amos_studio
toolLibrary.userName
=
root
toolLibrary.passWord
=
Yeejoin@2020
\ No newline at end of file
src/main/resources/application.properties
View file @
13b48676
...
...
@@ -24,7 +24,4 @@ spring.datasource.hikari.max-lifetime=120000
spring.datasource.hikari.connection-timeout
=
30000
spring.datasource.hikari.connection-test-query
=
SELECT 1
toolLibrary.className
=
com.mysql.cj.jdbc.Driver
toolLibrary.url
=
jdbc:mysql://172.16.3.18:3306/amos_studio
toolLibrary.userName
=
root
toolLibrary.passWord
=
Yeejoin@2020
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