File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 9
9
<packaging >jar</packaging >
10
10
11
11
<properties >
12
+ <project .encoding>UTF-8</project .encoding>
13
+ <project .build.sourceEncoding>${project.encoding} </project .build.sourceEncoding>
14
+ <project .reporting.outputEncoding>${project.encoding} </project .reporting.outputEncoding>
15
+
12
16
<java .version>1.8</java .version>
13
17
<spring .boot.version>2.2.1.RELEASE</spring .boot.version>
14
18
<lombok .version>1.18.10</lombok .version>
15
19
<postgreSQL .version>42.2.8</postgreSQL .version>
20
+ <maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
16
21
</properties >
17
22
18
23
<dependencies >
69
74
<plugin >
70
75
<groupId >org.apache.maven.plugins</groupId >
71
76
<artifactId >maven-compiler-plugin</artifactId >
77
+ <version >${maven-compiler-plugin.version} </version >
72
78
<configuration >
73
79
<source >${java.version} </source >
74
80
<target >${java.version} </target >
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ logging:
31
31
org.hibernate : DEBUG
32
32
# Server configuration
33
33
server :
34
- port : 8081
34
+ port : 8081 # set your port
You can’t perform that action at this time.
0 commit comments