@@ -116,7 +116,7 @@
<!--包名-->
<targetPackage>com.steerinfo.dil</targetPackage>
<tables>
- <param></param><!--运力-->
+<!-- <param></param><!–运力–>-->
</tables>
</configuration>
<executions>
@@ -1,8 +1,8 @@
spring:
datasource:
url: jdbc:oracle:thin:@172.16.33.163:1521:ilsdbpri
- password: dil
- username: Dil123789
+ password: Dil123789
+ username: dil
driver-class-name: oracle.jdbc.OracleDriver
application:
name: dil-bmstruck-api-dev
@@ -14,7 +14,7 @@ spring:
openfeign:
ColumnDataFeign:
- url: ${COLUMNDATAFEIGN_URL:localhost:8083}
+ url: ${COLUMNDATAFEIGN_URL:172.16.33.161:8083}
#eureka设置
eureka: