File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
1313 - ./.volumes/database:/var/lib/mysql
1414
1515 api :
16- build : ./
16+ image : maven:3.8.3
1717 links :
1818 - mariadb
1919 depends_on :
@@ -28,3 +28,5 @@ services:
2828 volumes :
2929 - ./:/app
3030 - ./.volumes/maven:/root/.m2
31+ working_dir : /app
32+ command : mvn spring-boot:run
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ docker logs $( docker ps -a | grep -i springboot-api-crud | awk {' print $1' }) -f
Original file line number Diff line number Diff line change 1+ body {
2+ margin-bottom : 3.5rem ;
3+ }
Original file line number Diff line number Diff line change 1- < footer th:fragment ="footer " class =" d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top ">
1+ < footer
2+ th:fragment ="footer "
3+ class ="bg-light fixed-bottom d-flex flex-wrap justify-content-between align-items-center py-3 mt-4 border-top "
4+ >
25 < div class ="mx-4 col-md-4 d-flex align-items-center ">
36 < a href ="/ " class ="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1 ">
47 < img class ="d-inline-block align-top " width ="30 " height ="30 " src ="https://i.imgur.com/UJ9JMCC.png ">
You can’t perform that action at this time.
0 commit comments