Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sangqle/spring-boot-server-sample
The spring boot sample server illustrates some basic configuration such as: logging, authentication, datasource configuration and so on. Check in branches to access samples
https://github.com/sangqle/spring-boot-server-sample
examples java jwt-authentication maven sample-code snippets spring-boot spring-security
Last synced: 30 days ago
JSON representation
The spring boot sample server illustrates some basic configuration such as: logging, authentication, datasource configuration and so on. Check in branches to access samples
- Host: GitHub
- URL: https://github.com/sangqle/spring-boot-server-sample
- Owner: sangqle
- License: mit
- Created: 2022-11-27T08:11:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T23:05:10.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T18:49:32.319Z (3 months ago)
- Topics: examples, java, jwt-authentication, maven, sample-code, snippets, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 49.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpringBootServerSample
Easy to use, and you just need to customize a few things to adapt to your business
# Samples
The title of demo below is the same as the branch name, so you can checkout with exactly the name below
## Fundamental
### [X] [spring-boot-sample-server](https://github.com/sangqle/spring-boot-server-sample/tree/master/spring-boot-sample-server)
### [X] [spring-boot-jwt](https://github.com/sangqle/spring-boot-server-sample/tree/master/spring-boot-jwt)
### [O] [spring-boot-authorization](https://github.com/sangqle/spring-boot-server-sample/tree/master/spring-boot-authorization)
### [O] [spring-boot-file-upload](https://github.com/sangqle/spring-boot-server-sample/tree/master/spring-boot-file-upload)
## Advanced
### [X] [jhipter-reactive-server](https://github.com/sangqle/spring-boot-server-sample/tree/master/reactive-server)
### [O] [spring-boot-authorization-custom]()
### [O] [spring-boot-datasource]()
### [O] [spring-boot-docker]()
### [O] [spring-boot-message]()
### [O] [spring-boot-kafka]()
### [O] [spring-boot-redis]()
## Combination