@@ -17,6 +17,10 @@ this project, implement instance of basic feature, <br> you maybe want use for A
1717 - use annotation for validation
1818 - use log for validation error
1919 - define your validation and use for model
20+ - TestUtils
21+ - generator data with javaFaker
22+ - unit and integration test with <b >Spock</b > Framework
23+ - SwaggerAPI for show detail of Rest endpoint
2024- decoupling layer
2125 - controller, service and repository layer for easy extend
2226- flexible search
@@ -27,6 +31,7 @@ this project, implement instance of basic feature, <br> you maybe want use for A
27311 - check active profile on dev <br >
28322 - run postgre sql on 5432 and create database myapp <br >
29333 - run app <br >
34+ 4 - app.generator.enabled properties set to true, when you want to generate fake data <br >
3035
3136### Run as docker image: <br >
32371 - check active profile on docker and package project <br >
@@ -53,4 +58,10 @@ this project, implement instance of basic feature, <br> you maybe want use for A
53581 - create your own search model <br >
54592 - use pagination for search <br >
55603 - create query dynamic base on search request <br >
56- 4 - use order and direction for sort data <br >
61+ 4 - use order and direction for sort data <br >
62+
63+ ### test feature
64+ 1 - generate sample data baseOn model with javaFaker <br >
65+ 2 - Spock framework use for test <br >
66+ 3 - sample test define in test directory with groovy language <br >
67+ 4 - Swagger Api for show details of endpoints <br >
0 commit comments