* 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))
* 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))
* Avoid repeating attributes in JPA entities ([Blog](https://rieckpil.de/howto-avoid-repeating-attributes-in-jpa-entities/), [Sources](https://github.com/rieckpil/blog-tutorials/tree/master/avoid-repeating-attributes-in-jpa-entities))
* Lazy Loading of JPA attributes with Hibernate([Blog](https://rieckpil.de/how-to-lazy-loading-of-jpa-attributes-with-hibernate/), [Sources](https://github.com/rieckpil/blog-tutorials/tree/master/lazy-loading-of-jpa-attributes-with-hibernate))
\ No newline at end of file
* Lazy Loading of JPA attributes with Hibernate([Blog](https://rieckpil.de/how-to-lazy-loading-of-jpa-attributes-with-hibernate/), [Sources](https://github.com/rieckpil/blog-tutorials/tree/master/lazy-loading-of-jpa-attributes-with-hibernate))
* Deploy a Spring Boot Uber-Jar application within Open Liberty ([Blog](https://rieckpil.de/howto-run-spring-boot-uber-jar-application-within-open-liberty/), [Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-with-open-liberty/)
# Codebase for the blog post [#HOWTO: Deploy a Spring Boot Uber-Jar application within Open Liberty](https://rieckpil.de/howto-run-spring-boot-uber-jar-application-within-open-liberty/)
Steps to run this project:
1. Clone this Git repository
2. Navigate to the folder `spring-boot-with-open-liberty`
3. Build the project with `mvn clean package`
4. Download the latest Open Liberty (at least 18.0.0.2) from https://openliberty.io/downloads/ and extract the zip
5. Navigate to the `wlp` folder you extracted and run `bin/server start defaultServer` or `bin/server.bat start defaultServer` for Windows
6. Open the `server.xml` file in `wlp/usr/server/defaultServer` and replace the content with the following configuration: