根据海洋会定制会议管理系统, 包括后台管理,前台报名等

.gitignore 455B

123456789101112131415161718192021222324252627282930313233
  1. # Compiled class file
  2. *.class
  3. target
  4. .settings
  5. .vscode
  6. .idea
  7. # Mobile Tools for Java (J2ME)
  8. .mtj.tmp/
  9. # Package Files #
  10. *.jar
  11. *.war
  12. *.ear
  13. *.zip
  14. *.tar.gz
  15. *.rar
  16. *.iml
  17. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  18. hs_err_pid*
  19. .factorypath
  20. .classpath
  21. .project
  22. # Log file
  23. *.log
  24. # BlueJ files
  25. *.ctxt
  26. # src/main/resources/application-dev-bak.yml -----> application-dev.yml
  27. src/main/resources/application-dev.yml