Skip to content

Commit 8efa743

Browse files
author
Ivan Franchin
committed
project update
- update to spring-boot 2.5.2; - update npm dependencies to latest versions.
1 parent 9ecf2bd commit 8efa743

File tree

5 files changed

+125
-87
lines changed

5 files changed

+125
-87
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
*.DS_Store
2-
31
target/
42
!.mvn/wrapper/maven-wrapper.jar
53
!**/src/main/**/target/
@@ -59,4 +57,7 @@ npm-debug.log*
5957
yarn-debug.log*
6058
yarn-error.log*
6159

62-
.eslintcache
60+
.eslintcache
61+
62+
### MAC OS ###
63+
*.DS_Store

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
version: '3.8'
2+
23
services:
34

45
mysql:
5-
container_name: mysql
66
image: mysql:8.0.25
7+
container_name: mysql
78
ports:
89
- "3306:3306"
910
environment:

order-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>2.5.0</version>
7+
<version>2.5.2</version>
88
<relativePath /> <!-- lookup parent from repository -->
99
</parent>
1010

order-ui/package-lock.json

Lines changed: 115 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)