@@ -1,8 +1,8 @@
spring:
datasource:
- url: jdbc:oracle:thin:@192.168.1.51:1521:steerinfo
- password: st#0901
- username: DIL0901
+ url: jdbc:oracle:thin:@172.16.33.163:1521:ilsdbpri
+ password: Dil123789
+ username: dil
driver-class-name: oracle.jdbc.OracleDriver
application:
name: dil-wmsh-api
@@ -16,7 +16,7 @@ openfeign:
ESFeign:
url: ${ESFEIGN_URL:localhost:8099}
ColumnDataFeign:
- url: ${COLUMNDATAFEIGN_URL:localhost:8083}
+ url: ${COLUMNDATAFEIGN_URL:172.16.33.161:8083}
#eureka设置
eureka: