Skip to content

Commit 6097cc7

Browse files
committed
update project
1 parent fefa854 commit 6097cc7

15 files changed

Lines changed: 580 additions & 405 deletions

File tree

.gitattributes

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
/gradlew text eol=lf
2-
*.bat text eol=crlf
3-
*.jar binary
1+
/mvnw text eol=lf
2+
*.cmd text eol=crlf

.gitignore

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
HELP.md
2-
.gradle
3-
build/
4-
!gradle/wrapper/gradle-wrapper.jar
5-
!**/src/main/**/build/
6-
!**/src/test/**/build/
2+
target/
3+
.mvn/wrapper/maven-wrapper.jar
4+
!**/src/main/**/target/
5+
!**/src/test/**/target/
76

87
### STS ###
98
.apt_generated
@@ -13,25 +12,22 @@ build/
1312
.settings
1413
.springBeans
1514
.sts4-cache
16-
bin/
17-
!**/src/main/**/bin/
18-
!**/src/test/**/bin/
1915

2016
### IntelliJ IDEA ###
2117
.idea
2218
*.iws
2319
*.iml
2420
*.ipr
25-
out/
26-
!**/src/main/**/out/
27-
!**/src/test/**/out/
2821

2922
### NetBeans ###
3023
/nbproject/private/
3124
/nbbuild/
3225
/dist/
3326
/nbdist/
3427
/.nb-gradle/
28+
build/
29+
!**/src/main/**/build/
30+
!**/src/test/**/build/
3531

3632
### VS Code ###
3733
.vscode/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
wrapperVersion=3.3.4
2+
distributionType=only-script
3+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip

bin/main/application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
spring.application.name=reservation-service
Binary file not shown.
Binary file not shown.

build.gradle

Lines changed: 0 additions & 38 deletions
This file was deleted.

gradle/wrapper/gradle-wrapper.jar

-42.7 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 7 deletions
This file was deleted.

gradlew

Lines changed: 0 additions & 251 deletions
This file was deleted.

0 commit comments

Comments
 (0)