.gitignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. target/
  2. !.mvn/wrapper/maven-wrapper.jar
  3. !**/src/main/**/target/
  4. !**/src/test/**/target/
  5. ### IntelliJ IDEA ###
  6. .idea
  7. *.iws
  8. *.iml
  9. *.ipr
  10. ### Eclipse ###
  11. .apt_generated
  12. .classpath
  13. .factorypath
  14. .project
  15. .settings
  16. .springBeans
  17. .sts4-cache
  18. ### NetBeans ###
  19. /nbproject/private/
  20. /nbbuild/
  21. /dist/
  22. /nbdist/
  23. /.nb-gradle/
  24. build/
  25. !**/src/main/**/build/
  26. !**/src/test/**/build/
  27. ### VS Code ###
  28. .vscode/
  29. ### Mac OS ###
  30. .DS_Store
  31. /commons/dependency-reduced-pom.xml
  32. /gateway/dependency-reduced-pom.xml
  33. /platform/dependency-reduced-pom.xml
  34. /tenant/insurance/quotation-bohai/dependency-reduced-pom.xml
  35. /tenant/insurance/quotation-chengtai/dependency-reduced-pom.xml
  36. /tenant/insurance/quotation-commons/dependency-reduced-pom.xml
  37. /tenant/insurance/quotation-dajia/dependency-reduced-pom.xml
  38. /tenant/insurance/quotation-huatai/dependency-reduced-pom.xml
  39. /tenant/insurance/quotation-summary/dependency-reduced-pom.xml
  40. /tenant/insurance/quotation-taiping/dependency-reduced-pom.xml
  41. /tenant/insurance/quotation-yangguang/dependency-reduced-pom.xml
  42. /tenant/insurance/quotation-zhongmei/dependency-reduced-pom.xml
  43. /tenant/insurance/quotation-zijin/dependency-reduced-pom.xml
  44. /tenant/openfeign/dependency-reduced-pom.xml
  45. /tenant/organization/dependency-reduced-pom.xml
  46. /commons/src/main/java/com/jzg/commons/JwtAuthenticationTokenFilter.java