mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-26 08:42:33 +03:00
move repositories to separate db package
replace jacoco with kover
This commit is contained in:
3
db/src/test/resources/sql/insert_customer.sql
Normal file
3
db/src/test/resources/sql/insert_customer.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
insert into "customer" (id, guid, name, city_id, created_at) values
|
||||
(1000, '823c50de-4c81-49bd-a69a-2d52be42b728', 'Customer', 1000, '2025-01-01 12:10:05 +00:00')
|
||||
;
|
||||
Reference in New Issue
Block a user