README.md 567 Bytes
Newer Older
Philip Riecks's avatar
Philip Riecks committed
1
# Codebase for the tutorials on my [blog](https://rieckpil.de/#/blog) 
Philip Riecks's avatar
Philip Riecks committed
2 3 4 5

## HOWTO's:

* Expose git information with Spring Boot’s Actuator ([Blog](https://rieckpil.de/howto-expose-git-information-with-spring-boots-actuator/), [Sources](https://github.com/rieckpil/blog-tutorials/tree/master/expose-git-information-actuator))
6
* Write Spring Boot integration tests with a ‘real’ database ([Blog](https://rieckpil.de/howto-write-spring-boot-integration-tests-with-a-real-database/), [Sources](https://github.com/rieckpil/blog-tutorials/tree/master/testcontainers))