Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/notsfsssf/neo-back-end

blog back end,spring boot
https://github.com/notsfsssf/neo-back-end

Last synced: 25 days ago
JSON representation

blog back end,spring boot

Awesome Lists containing this project

README

        

# neo-back-end
个人主页后台,使用spring boot开发,mybatis-plus&mysql作为数据库,spring security&jwt鉴权
表结构简单,功能简陋,不断完善中
# 编译&部署
```shell script
Gradle bootjar
nohup java -jar xx.jar &
```
监听8080
caddy转发/api到8080