Commit b03be51e by Administrator

修改为databaseServer

parent 7c18d567
# datasoure默认使用JDBC
spring:
datasource:
url: jdbc:oracle:thin:@database_server:30100:orcl
url: jdbc:oracle:thin:@databaseServer:30100:orcl
username: system_dev
password: c3lzdGVtX2Rldg==
driverClassName: oracle.jdbc.OracleDriver
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment