3 files modified
7 ■■■■■ changed files
src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java 1 ●●●● patch | view | raw | blame | history
src/main/resources/application-app.yml 2 ●●● patch | view | raw | blame | history
src/main/resources/application-test.yml 4 ●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
@@ -57,6 +57,7 @@
                .antMatchers("/api/orderCoin/findCollect").permitAll()
                .antMatchers("/api/documentary/getFollowTraderProfitInfo").permitAll()
                .antMatchers("/api/helpCenter/**").permitAll()
                .antMatchers("/ws/v5/**").permitAll()
                .anyRequest().authenticated()
                .and().apply(securityConfiguereAdapter());
    }
src/main/resources/application-app.yml
@@ -91,7 +91,7 @@
app:
  debug: false
  debug: true
  redis_expire: 3000
  kline-update-job: true
  newest-price-update-job: false
src/main/resources/application-test.yml
@@ -91,7 +91,7 @@
app:
  debug: false
  debug: true
  redis_expire: 3000
  kline-update-job: false
  newest-price-update-job: false
@@ -101,7 +101,7 @@
  loop-job: false
  rabbit-consumer: false
  block-job: false
  websocket: false
  websocket: true
aliyun:
  oss: