Skip to content

Commit b88a53e

Browse files
committed
dbTools feature:
change readme file
1 parent dc150db commit b88a53e

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BasicFeaturesForSpringProject
22

3-
this project, implement instance of basic feature, <br> you maybe want use for App base on Spring-boot <br>
3+
This project, implement instance of basic feature, <br> you maybe want use for App base on Spring-boot <br>
44

55
## basicFeature
66
- spring-web
@@ -36,9 +36,9 @@ this project, implement instance of basic feature, <br> you maybe want use for A
3636

3737
### Run as docker image: <br>
3838
1 - check active profile on docker and package project <br>
39-
2 - run docker build command for create app image : docker build -t springapp:latest .
39+
2 - create image from app: <b>docker build -t springapp:latest . </b>
4040
<br>
41-
3 - run docker compose run command for running app <br>
41+
3 - run app: <b>docker compose run</b> <br>
4242

4343

4444
## Features

src/main/resources/application-docker.properties

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,18 @@ demo.jpa.show-sql=true
1919
spring.cache.jcache.config=classpath:ehcache.xml
2020

2121
################### default connection pool ##########################
22+
2223
spring.datasource.hikari.connectionTimeout=20000
23-
spring.datasource.hikari.maximumPoolSize=5
24+
spring.datasource.hikari.maximumPoolSize=5
25+
26+
################### condition Configuration ##########################
27+
28+
app.generator.enabled=false
29+
30+
################### Application MetaData ##########################
31+
32+
application-description=@project.description@
33+
application-version=@project.version@
34+
springdoc.swagger-ui.path=/swagger-ui.html
35+
springdoc.api-docs.path=/api-docs
36+
springdoc.use-fqn=true

0 commit comments

Comments
 (0)