File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 9
9
* Spring Data;
10
10
* PostgreSQL database;
11
11
* Hibernate;
12
+ * Lombok;
12
13
* Spring Security (as basic authentication).
13
14
14
15
#### To run this application use:
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
6
6
<groupId >com.kaluzny</groupId >
7
- <artifactId >spring-boot -rest-api-postgresql</artifactId >
7
+ <artifactId >spring-boot2 -rest-api-postgresql</artifactId >
8
8
<version >0.0.1-SNAPSHOT</version >
9
9
<packaging >jar</packaging >
10
10
66
66
67
67
<build >
68
68
<plugins >
69
- <plugin >
70
- <groupId >org.springframework.boot</groupId >
71
- <artifactId >spring-boot-maven-plugin</artifactId >
72
- <executions >
73
- <execution >
74
- <goals >
75
- <goal >repackage</goal >
76
- </goals >
77
- </execution >
78
- </executions >
79
- </plugin >
80
69
<plugin >
81
70
<groupId >org.apache.maven.plugins</groupId >
82
71
<artifactId >maven-compiler-plugin</artifactId >
83
72
<configuration >
84
- <source >8 </source >
85
- <target >8 </target >
73
+ <source >${java.version} </source >
74
+ <target >${java.version} </target >
86
75
</configuration >
87
76
</plugin >
88
77
</plugins >
You can’t perform that action at this time.
0 commit comments