Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李俊
2022-09-20 10:25:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
114678e4289e8ce3e8e765e9b9b57c5f70902d37
114678e4
1 parent
92e96212
内网迁移环境代码调整
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
11 deletions
pom.xml
src/main/resources/application-test.yml
pom.xml
View file @
114678e
...
...
@@ -109,16 +109,16 @@
<artifactId>
spring-boot-starter-tomcat
</artifactId>
<scope>
provided
</scope>
</dependency>
<!-- <dependency>--
>
<!-- <groupId>org.springframework.boot</groupId>--
>
<!-- <artifactId>spring-boot-starter-validation</artifactId>--
>
<!-- <exclusions>--
>
<!-- <exclusion>--
>
<!-- <groupId>org.apache.tomcat.embed</groupId>--
>
<!-- <artifactId>tomcat-embed-el</artifactId>--
>
<!-- </exclusion>--
>
<!-- </exclusions>--
>
<!-- </dependency>--
>
<dependency
>
<groupId>
org.springframework.boot
</groupId
>
<artifactId>
spring-boot-starter-validation
</artifactId
>
<exclusions
>
<exclusion
>
<groupId>
org.apache.tomcat.embed
</groupId
>
<artifactId>
tomcat-embed-el
</artifactId
>
</exclusion
>
</exclusions
>
</dependency
>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
...
...
src/main/resources/application-test.yml
View file @
114678e
...
...
@@ -2,7 +2,8 @@ spring:
servlet
:
context-path
:
/API
datasource
:
jndi-name
:
jdbc/iclearDS
# jndi-name: jdbc/iclearDS
jndi-name
:
jdbc/iclearProdTestDS
# url: jdbc:sqlserver://40.73.78.157:1433;DatabaseName=IClearUat
# username: sa
# password: Fedex_123
...
...
Please
register
or
login
to post a comment