This website requires JavaScript.
Explore
Help
Register
Sign In
GoCo
/
OL-LearnPlatform-Backend
Watch
1
Star
0
Fork
0
You've already forked OL-LearnPlatform-Backend
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
OL-LearnPlatform-Backend
/
jeecg-boot
/
jeecg-server-cloud
/
jeecg-system-cloud-start
History
EightMonth
299f63c6e9
修改token验证请求头信息及排除不需要的接口信息
2025-04-01 15:05:08 +08:00
..
src
/main
修改token验证请求头信息及排除不需要的接口信息
2025-04-01 15:05:08 +08:00
Dockerfile
升级至3.7.4,更新Dockerfile及jdk依赖
2025-03-27 15:19:41 +08:00
pom.xml
更新版本至3.7.4并调整发布时间
2025-03-27 15:17:48 +08:00
README.md
前端代码和后端代码合并到一个仓库中
2024-06-23 10:09:17 +08:00
README.md
Unescape
Escape
采用jar启动必须设置-Dfile.encoding=utf-8
,
不然会加载不到naocs文件
java -Dfile.encoding=utf-8 -jar xxxx.jar