https://github.com/megadev007/brightonjava-springboot
https://github.com/megadev007/brightonjava-springboot
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/megadev007/brightonjava-springboot
- Owner: MegaDev007
- Created: 2024-04-18T00:29:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T00:49:20.000Z (about 2 years ago)
- Last Synced: 2025-01-13T14:18:26.301Z (over 1 year ago)
- Language: Java
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
brightonjava-springboot
=======================
Demo of Spring Boot at Brighton Java, 10th November 2014. In the demo I showed the following things:
* Creating a quick Spring project backed by MongoDB using [Spring Initialzr](http://start.spring.io/)
* Using [Spring Actuator](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready) to view a number of information endpoints you can use out of the box
* Writing a custom [health indicator](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready-health) for Spring Actuator
* Using the [Spring CLI](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#cli) interface for finding out information about the webapp
* Using [RestRepositories](http://projects.spring.io/spring-data-rest/) to quickly get access to our data
* Creating an endpoint to put data into our webapp
The rough structure of this live demo was borrowed from [Josh Long](http://spring.io/team/jlong) who did a better job than me, so thanks Josh. Also, if you want to run this, you'll need to install and run [MongoDB](http://www.mongodb.org/downloads).