docs: update serialized entity

This commit is contained in:
Ilkka Seppälä
2024-05-27 11:57:50 +03:00
parent a4cf4cdfc6
commit 1af54aba49
2 changed files with 12 additions and 13 deletions
@@ -48,11 +48,10 @@ import org.h2.jdbcx.JdbcDataSource;
*/
@Slf4j
public class App {
private static final String DB_URL = "jdbc:h2:mem:testdb";
private App() {
private static final String DB_URL = "jdbc:h2:~/testdb";
}
private App() {}
/**
* Program entry point.