Skip to content

Commit 916bb34

Browse files
committed
main:
update readme
1 parent 1c668eb commit 916bb34

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ this project, implement instance of basic feature, <br> you maybe want use for A
2121
- generator data with javaFaker
2222
- unit and integration test with <b>Spock</b> Framework
2323
- SwaggerAPI for show detail of Rest endpoint
24+
- TestContainer use for run db as dockerImage for test, and after that image is stop
2425
- decoupling layer
2526
- controller, service and repository layer for easy extend
2627
- flexible search
@@ -64,4 +65,6 @@ this project, implement instance of basic feature, <br> you maybe want use for A
6465
1 - generate sample data baseOn model with javaFaker <br>
6566
2 - Spock framework use for test <br>
6667
3 - sample test define in test directory with groovy language <br>
67-
4 - Swagger Api for show details of endpoints <br>
68+
4 - Swagger Api for show details of endpoints <br>
69+
5 - In order to change swagger url, you must be change springdoc.swagger-ui.path property in application-dev.properties <br>
70+
6 - TestContainer for run db as dockerImage, properties config exist in application-test.properties <br>

0 commit comments

Comments
 (0)