Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/notsfsssf/neo-back-end
- Owner: Notsfsssf
- Created: 2019-08-14T07:42:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T14:38:33.000Z (over 4 years ago)
- Last Synced: 2024-10-08T15:48:28.105Z (about 1 month ago)
- Language: Java
- Homepage: https://perol.fun
- Size: 103 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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