Commit ad347cce by Administrator

修改为databaseServer

parent 6a1b2da9
spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:oracle:thin:@database_server:30100:orcl #目前线连接local的数据库
url: jdbc:oracle:thin:@databaseServer:30100:orcl #目前线连接local的数据库
username: sfrzv1_xx #目前线连接local的数据库
password: sfrzv1_xx #目前线连接local的数据库
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