Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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