Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lastsunday/moon-service
https://github.com/lastsunday/moon-service
jwt liquibase mybatis-plus redis springboot2 swagger
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lastsunday/moon-service
- Owner: lastsunday
- License: other
- Created: 2021-11-15T06:50:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T06:30:10.000Z (about 3 years ago)
- Last Synced: 2024-11-05T15:53:11.526Z (2 months ago)
- Topics: jwt, liquibase, mybatis-plus, redis, springboot2, swagger
- Language: Java
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Moon-Service
## 启动开发模式
运行 *com.github.lastsunday.moon.MainApplicationTest* 并添加**Environment variables**
```
MOON_APP_MODULE_CLIENT_LOGIN_CAPTCHA_CHECKING_ENABLE=false;MOON_SPRING_LIQUIBASE_CHANGE_LOG=classpath:db/changelog/db.changelog-dev-master.xml;MOON_APP_SWAGGER_ENABLE=true
```## API文档
[Click here to access swagger](http://localhost:9211/moon/swagger-ui.html)
## ErrorCode说明
| 描述 | ErrorCode |
| :----- | :-------- |
| Common | 1xxxx |
| Client | 2xxxx |
| User | 3xxxx |
| Role | 4xxxx |
| Log | 5xxxx |