| | |
| | | */ |
| | | @Override |
| | | public void configure(WebSecurity web) { |
| | | web.ignoring().antMatchers(SwaggerAutoConfiguration.DOC_LIST); |
| | | web.ignoring().antMatchers(Constant.DOC_LIST); |
| | | web.ignoring().antMatchers(Constant.APPLET_AUTH_WHITELIST); |
| | | } |
| | | |
| | |
| | | port: 8088 |
| | | tomcat: |
| | | max-swallow-size: 500MB |
| | | |
| | | servlet: |
| | | context-path: /app |
| | | spring: |
| | | thymeleaf: |
| | | cache: false |
| | |
| | | ,"/getOpenId" |
| | | ,"/wechatLogin" |
| | | ,"/wechatLoginOpenId" |
| | | ,"/tConfig/getConfigById" |
| | | ,"/tConfig/**" |
| | | ,"/base/**" |
| | | }; |
| | | /** |
| | |
| | | |
| | | <dependencies> |
| | | |
| | | <dependency> |
| | | <groupId>com.huawei.apigateway</groupId> |
| | | <artifactId>java-sdk-core</artifactId> |
| | | <version>3.2.5</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/lib/java-sdk-core-3.2.5.jar</systemPath> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.huawei.apigateway</groupId>--> |
| | | <!-- <artifactId>java-sdk-core</artifactId>--> |
| | | <!-- <version>3.2.5</version>--> |
| | | <!-- <scope>system</scope>--> |
| | | <!-- <systemPath>${project.basedir}/lib/java-sdk-core-3.2.5.jar</systemPath>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <dependency> |
| | | <groupId>com</groupId> |