Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 290 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 290 Bytes

neo-back-end

个人主页后台,使用spring boot开发,mybatis-plus&mysql作为数据库,spring security&jwt鉴权
表结构简单,功能简陋,不断完善中

编译&部署

Gradle bootjar
nohup java -jar xx.jar &

监听8080
caddy转发/api到8080