I recently did a presentation on Spring Boot - what it is and how to use it. And for my presentation, I made a simple REST server sample project[1]. The project consists of a few REST endpoints, a couple of data entity classes, and an in-memory H2 database.
Feel free to check out the documentation[2] if you're interested in setting up a very simple REST server with Spring Boot.
- [1] - https://github.com/DWiechert/spring-boot
- [2] - https://github.com/DWiechert/spring-boot/blob/master/README.md
No comments:
Post a Comment