Update
This commit is contained in:
BIN
target/classes/META-INF/jdbc.kotlin_module
Normal file
BIN
target/classes/META-INF/jdbc.kotlin_module
Normal file
Binary file not shown.
11
target/classes/application.properties
Normal file
11
target/classes/application.properties
Normal file
@@ -0,0 +1,11 @@
|
||||
spring.datasource.url=jdbc:postgresql://localhost:5432/dbproduct?
|
||||
spring.datasource.username=postgres
|
||||
spring.datasource.password=root
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
spring.jpa.open-in-view=true
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
BIN
target/classes/com/chantha/jdbc/JdbcApplication.class
Normal file
BIN
target/classes/com/chantha/jdbc/JdbcApplication.class
Normal file
Binary file not shown.
BIN
target/classes/com/chantha/jdbc/JdbcApplicationKt.class
Normal file
BIN
target/classes/com/chantha/jdbc/JdbcApplicationKt.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
target/classes/com/chantha/jdbc/controller/OrderController.class
Normal file
BIN
target/classes/com/chantha/jdbc/controller/OrderController.class
Normal file
Binary file not shown.
BIN
target/classes/com/chantha/jdbc/jpa/Test.class
Normal file
BIN
target/classes/com/chantha/jdbc/jpa/Test.class
Normal file
Binary file not shown.
BIN
target/classes/com/chantha/jdbc/jpa/model/Customer$GENDER.class
Normal file
BIN
target/classes/com/chantha/jdbc/jpa/model/Customer$GENDER.class
Normal file
Binary file not shown.
BIN
target/classes/com/chantha/jdbc/jpa/model/Customer.class
Normal file
BIN
target/classes/com/chantha/jdbc/jpa/model/Customer.class
Normal file
Binary file not shown.
BIN
target/classes/com/chantha/jdbc/jpa/model/Gender.class
Normal file
BIN
target/classes/com/chantha/jdbc/jpa/model/Gender.class
Normal file
Binary file not shown.
BIN
target/classes/com/chantha/jdbc/jpa/model/Order.class
Normal file
BIN
target/classes/com/chantha/jdbc/jpa/model/Order.class
Normal file
Binary file not shown.
BIN
target/classes/com/chantha/jdbc/jpa/model/OrderDetail.class
Normal file
BIN
target/classes/com/chantha/jdbc/jpa/model/OrderDetail.class
Normal file
Binary file not shown.
BIN
target/classes/com/chantha/jdbc/jpa/model/Product.class
Normal file
BIN
target/classes/com/chantha/jdbc/jpa/model/Product.class
Normal file
Binary file not shown.
BIN
target/classes/com/chantha/jdbc/jpa/repo/CustomerRepo.class
Normal file
BIN
target/classes/com/chantha/jdbc/jpa/repo/CustomerRepo.class
Normal file
Binary file not shown.
BIN
target/classes/com/chantha/jdbc/jpa/repo/OrderRepo.class
Normal file
BIN
target/classes/com/chantha/jdbc/jpa/repo/OrderRepo.class
Normal file
Binary file not shown.
BIN
target/classes/com/chantha/jdbc/jpa/service/Test.class
Normal file
BIN
target/classes/com/chantha/jdbc/jpa/service/Test.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
target/classes/com/chantha/jdbc/jpa/view/Views$Public.class
Normal file
BIN
target/classes/com/chantha/jdbc/jpa/view/Views$Public.class
Normal file
Binary file not shown.
BIN
target/classes/com/chantha/jdbc/jpa/view/Views.class
Normal file
BIN
target/classes/com/chantha/jdbc/jpa/view/Views.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
target/classes/com/chantha/jdbc/utils/CustomDateSerializer.class
Normal file
BIN
target/classes/com/chantha/jdbc/utils/CustomDateSerializer.class
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user