Java
Adventures in Java Land: JPA disconnected entities
-
-
5 min read
An old man tries to refresh his Java skills and does DO378. He fails spectacularly at the first real example but learns a lot on the way.
The exception There is this basic example where you build a minimal REST API for storing speaker data in a database. Quarkus makes this quite easy. You just have to define your database connection properties in resources/application.properties and off you go developing your Java Quarkus REST service:
Read More ...
Copyright © 2020 - 2024 Toni Schmidbauer & Thomas Jungbauer