Showing
2 changed files
with
12 additions
and
11 deletions
| ... | @@ -109,16 +109,16 @@ | ... | @@ -109,16 +109,16 @@ |
| 109 | <artifactId>spring-boot-starter-tomcat</artifactId> | 109 | <artifactId>spring-boot-starter-tomcat</artifactId> |
| 110 | <scope>provided</scope> | 110 | <scope>provided</scope> |
| 111 | </dependency> | 111 | </dependency> |
| 112 | -<!-- <dependency>--> | 112 | + <dependency> |
| 113 | -<!-- <groupId>org.springframework.boot</groupId>--> | 113 | + <groupId>org.springframework.boot</groupId> |
| 114 | -<!-- <artifactId>spring-boot-starter-validation</artifactId>--> | 114 | + <artifactId>spring-boot-starter-validation</artifactId> |
| 115 | -<!-- <exclusions>--> | 115 | + <exclusions> |
| 116 | -<!-- <exclusion>--> | 116 | + <exclusion> |
| 117 | -<!-- <groupId>org.apache.tomcat.embed</groupId>--> | 117 | + <groupId>org.apache.tomcat.embed</groupId> |
| 118 | -<!-- <artifactId>tomcat-embed-el</artifactId>--> | 118 | + <artifactId>tomcat-embed-el</artifactId> |
| 119 | -<!-- </exclusion>--> | 119 | + </exclusion> |
| 120 | -<!-- </exclusions>--> | 120 | + </exclusions> |
| 121 | -<!-- </dependency>--> | 121 | + </dependency> |
| 122 | <dependency> | 122 | <dependency> |
| 123 | <groupId>org.springframework.boot</groupId> | 123 | <groupId>org.springframework.boot</groupId> |
| 124 | <artifactId>spring-boot-starter-web</artifactId> | 124 | <artifactId>spring-boot-starter-web</artifactId> | ... | ... |
| ... | @@ -2,7 +2,8 @@ spring: | ... | @@ -2,7 +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 | # url: jdbc:sqlserver://40.73.78.157:1433;DatabaseName=IClearUat | 7 | # url: jdbc:sqlserver://40.73.78.157:1433;DatabaseName=IClearUat |
| 7 | # username: sa | 8 | # username: sa |
| 8 | # password: Fedex_123 | 9 | # password: Fedex_123 | ... | ... |
-
Please register or login to post a comment