.gitignore 1.3 KB

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