Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkcoder/springboot-samples
Spring Boot samples
https://github.com/nkcoder/springboot-samples
springboot
Last synced: 1 day ago
JSON representation
Spring Boot samples
- Host: GitHub
- URL: https://github.com/nkcoder/springboot-samples
- Owner: nkcoder
- Created: 2019-04-12T06:58:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T09:11:24.000Z (over 3 years ago)
- Last Synced: 2024-04-17T15:24:57.722Z (7 months ago)
- Topics: springboot
- Language: Java
- Homepage: https://nkcoder.github.io/categories/springboot%E7%B3%BB%E5%88%97/
- Size: 543 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SpringBoot Examples
- springboot-devtools
- springboot-form-validation
- springboot-data-jpa
- springboot-actuator
- springboot-admin
- springboot-config
- springboot-data-rest
- springboot-kafka
- springboot-jms
- springboot-rabbitmq
- springboot-reactive-mongodb
- springboot-security## Version Info
springboot.version=2.1.8.RELEASE
jdk.version=11.0.4## Build
$ cd springboot-examples
$ ./gradlew clean build