- 更新UserDao查询表名从`user`改为`system_user`,字段`phone_number`改为`mobile` - 添加Spring Data Redis与Sa-Token Redis依赖,关闭多地同时登录 - 调整token名称、超时时间及本地/生产环境Redis和数据库配置 - 清理编译目录冗余配置文件并更新.gitignore忽略AGENTS.md
30 lines
331 B
Plaintext
30 lines
331 B
Plaintext
# ---> Java
|
|
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
replay_pid*
|
|
|
|
/.idea/
|
|
/target/
|
|
/AGENTS.md
|