Skip to content

Commit

Permalink
继续优化代码,调整依赖关系,缩减无效代码
Browse files Browse the repository at this point in the history
  • Loading branch information
chopper711 committed Jul 28, 2021
1 parent cd1b67b commit f00386c
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 31 deletions.
4 changes: 0 additions & 4 deletions buyer-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,10 @@ ignored:
- /doc.html
- /swagger-resources/**
- /swagger/**
- /**/**.js
- /**/**.png
- /**/**.css
- /webjars/**
- /v2/api-docs
- /configuration/ui
- /boot-admin
statics:
- /**/*.js
- /**/*.css
- /**/*.png
Expand Down
4 changes: 0 additions & 4 deletions buyer-api/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,10 @@ ignored:
- /doc.html
- /swagger-resources/**
- /swagger/**
- /**/**.js
- /**/**.png
- /**/**.css
- /webjars/**
- /v2/api-docs
- /configuration/ui
- /boot-admin
statics:
- /**/*.js
- /**/*.css
- /**/*.png
Expand Down
4 changes: 0 additions & 4 deletions common-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,10 @@ ignored:
- /doc.html
- /swagger-resources/**
- /swagger/**
- /**/**.js
- /**/**.png
- /**/**.css
- /webjars/**
- /v2/api-docs
- /configuration/ui
- /boot-admin
statics:
- /**/*.js
- /**/*.css
- /**/*.png
Expand Down
4 changes: 0 additions & 4 deletions config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,11 @@ ignored:
- /doc.html
- /swagger-resources/**
- /swagger/**
- /**/**.js
- /**/**.png
- /**/**.css
- /webjars/**
- /v2/api-docs
- /configuration/ui
- /boot-admin
- /manager/promotion/seckill/init
statics:
- /**/*.js
- /**/*.css
- /**/*.png
Expand Down
4 changes: 0 additions & 4 deletions consumer/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,10 @@ ignored:
- /doc.html
- /swagger-resources/**
- /swagger/**
- /**/**.js
- /**/**.png
- /**/**.css
- /webjars/**
- /v2/api-docs
- /configuration/ui
- /boot-admin
statics:
- /**/*.js
- /**/*.css
- /**/*.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cn.lili.modules.script;
package cn.lili.cache.script;

import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@
public class IgnoredUrlsProperties {

private List<String> urls = new ArrayList<>();

private List<String> limitUrls = new ArrayList<>();
}
4 changes: 0 additions & 4 deletions manager-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,10 @@ ignored:
- /doc.html
- /swagger-resources/**
- /swagger/**
- /**/**.js
- /**/**.png
- /**/**.css
- /webjars/**
- /v2/api-docs
- /configuration/ui
- /boot-admin
statics:
- /**/*.js
- /**/*.css
- /**/*.png
Expand Down
4 changes: 0 additions & 4 deletions seller-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,10 @@ ignored:
- /doc.html
- /swagger-resources/**
- /swagger/**
- /**/**.js
- /**/**.png
- /**/**.css
- /webjars/**
- /v2/api-docs
- /configuration/ui
- /boot-admin
statics:
- /**/*.js
- /**/*.css
- /**/*.png
Expand Down

0 comments on commit f00386c

Please sign in to comment.