File tree Expand file tree Collapse file tree 2 files changed +25
-13
lines changed Expand file tree Collapse file tree 2 files changed +25
-13
lines changed Original file line number Diff line number Diff line change
1
+ /target /
2
+ ! .mvn /wrapper /maven-wrapper.jar
3
+
4
+ # ## STS ###
5
+ .apt_generated
6
+ .classpath
7
+ .factorypath
8
+ .project
9
+ .settings
10
+ .springBeans
11
+ .sts4-cache
12
+
13
+ # ## IntelliJ IDEA ###
14
+ .idea
15
+ * .iws
16
+ * .iml
17
+ * .ipr
18
+
19
+ # ## NetBeans ###
20
+ /nbproject /private /
21
+ /build /
22
+ /nbbuild /
23
+ /dist /
24
+ /nbdist /
25
+ /.nb-gradle /
Original file line number Diff line number Diff line change 25
25
</properties >
26
26
27
27
<dependencies >
28
- <dependency >
29
- <groupId >org.springframework.boot</groupId >
30
- <artifactId >spring-boot-starter</artifactId >
31
- </dependency >
32
28
33
29
<dependency >
34
30
<groupId >org.projectlombok</groupId >
48
44
</dependency >
49
45
</dependencies >
50
46
51
- <build >
52
- <plugins >
53
- <plugin >
54
- <groupId >org.springframework.boot</groupId >
55
- <artifactId >spring-boot-maven-plugin</artifactId >
56
- </plugin >
57
- </plugins >
58
- </build >
59
-
60
47
61
48
</project >
You can’t perform that action at this time.
0 commit comments