Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
2eb00beb
Commit
2eb00beb
authored
Apr 19, 2018
by
eddie.woo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test sonar
parent
9c0a9250
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
CorsFilter.java
...api/src/main/java/pwc/taxtech/atms/common/CorsFilter.java
+1
-0
conf_profile_local.properties
atms-api/src/main/resources/conf_profile_local.properties
+0
-1
No files found.
atms-api/src/main/java/pwc/taxtech/atms/common/CorsFilter.java
View file @
2eb00beb
...
...
@@ -30,6 +30,7 @@ public class CorsFilter extends OncePerRequestFilter {
if
(
"OPTIONS"
.
equalsIgnoreCase
(
request
.
getMethod
()))
{
return
;
}
ss
chain
.
doFilter
(
request
,
response
);
}
...
...
atms-api/src/main/resources/conf_profile_local.properties
View file @
2eb00beb
...
...
@@ -6,7 +6,6 @@ mail_jdbc_url=jdbc:sqlserver://192.168.1.102:1434;DatabaseName=MAILMaster
mail_jdbc_user
=
sa
mail_jdbc_password
=
atmsunittestSQL
#test sonar
#web.url=http://localhost:8080
web.url
=
http://cnshaappulv004:8080
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment