Commit 2eb00beb authored by eddie.woo's avatar eddie.woo

test sonar

parent 9c0a9250
......@@ -30,6 +30,7 @@ public class CorsFilter extends OncePerRequestFilter {
if ("OPTIONS".equalsIgnoreCase(request.getMethod())) {
return;
}
ss
chain.doFilter(request, response);
}
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment