李俊

内网迁移环境代码调整

...@@ -121,6 +121,7 @@ public class ApiService { ...@@ -121,6 +121,7 @@ public class ApiService {
121 * 传输海关回执数据 121 * 传输海关回执数据
122 * @param token 122 * @param token
123 * @throws Exception 123 * @throws Exception
124 + * GNo、codeTs、gName、gModel、gUnit
124 */ 125 */
125 public void pushCustoms(String token){ 126 public void pushCustoms(String token){
126 //获取海关回执数据 127 //获取海关回执数据
......
...@@ -2,8 +2,8 @@ spring: ...@@ -2,8 +2,8 @@ spring:
2 servlet: 2 servlet:
3 context-path: /API 3 context-path: /API
4 datasource: 4 datasource:
5 -# jndi-name: jdbc/iclearDS 5 + jndi-name: jdbc/iclearDS
6 - jndi-name: jdbc/iclearProdTestDS 6 +# jndi-name: jdbc/iclearProdTestDS
7 # url: jdbc:sqlserver://40.73.78.157:1433;DatabaseName=IClearUat 7 # url: jdbc:sqlserver://40.73.78.157:1433;DatabaseName=IClearUat
8 # username: sa 8 # username: sa
9 # password: Fedex_123 9 # password: Fedex_123
......