File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 29
29
<plugin >
30
30
<groupId >org.springframework.boot</groupId >
31
31
<artifactId >spring-boot-maven-plugin</artifactId >
32
+ <configuration >
33
+ <classifier >exec</classifier >
34
+ </configuration >
32
35
</plugin >
33
36
</plugins >
34
37
</build >
Original file line number Diff line number Diff line change 62
62
<plugin >
63
63
<groupId >org.springframework.boot</groupId >
64
64
<artifactId >spring-boot-maven-plugin</artifactId >
65
+ <configuration >
66
+ <classifier >exec</classifier >
67
+ </configuration >
65
68
</plugin >
66
69
</plugins >
67
70
</build >
Original file line number Diff line number Diff line change 123
123
<plugin >
124
124
<groupId >org.springframework.boot</groupId >
125
125
<artifactId >spring-boot-maven-plugin</artifactId >
126
+ <configuration >
127
+ <classifier >exec</classifier >
128
+ </configuration >
126
129
</plugin >
127
130
</plugins >
128
131
</build >
You can’t perform that action at this time.
0 commit comments