@ -51,7 +51,7 @@ public class WebSecurityConfiguration extends WebSecurityConfigurerAdapter {
.invalidateHttpSession(true)
.and()
.authorizeRequests()
.antMatchers("/token/**", "/actuator/**", "/mobile/**")
.antMatchers("/token/**", "/actuator/**", "/mobile/**", "/ureport/**")
.permitAll()
.anyRequest()
.authenticated()
@ -8,7 +8,7 @@ ARG JAR_FILE=target/kicc-template-biz.jar
COPY ${JAR_FILE} app.jar
EXPOSE 4000
EXPOSE 0000
ENV TZ=Asia/Shanghai JAVA_OPTS="-Xms128m -Xmx256m -Djava.security.egd=file:/dev/./urandom"