mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 20:59:07 +00:00
docs: update serialized entity
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user