File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-starter-parent</artifactId >
17
- <version >2.0.0 .RELEASE</version >
17
+ <version >2.0.2 .RELEASE</version >
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
21
21
<properties >
22
22
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
23
23
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
24
- <java .version>1.8 </java .version>
24
+ <java .version>1.10 </java .version>
25
25
</properties >
26
26
27
27
<dependencies >
49
49
<artifactId >spring-boot-starter-test</artifactId >
50
50
<scope >test</scope >
51
51
</dependency >
52
+
53
+ <dependency >
54
+ <groupId >javax.xml.bind</groupId >
55
+ <artifactId >jaxb-api</artifactId >
56
+ </dependency >
57
+ <dependency >
58
+ <groupId >org.projectlombok</groupId >
59
+ <artifactId >lombok</artifactId >
60
+ <optional >true</optional >
61
+ <version >1.16.22</version >
62
+ </dependency >
52
63
</dependencies >
53
64
54
65
<build >
Original file line number Diff line number Diff line change 1
1
# # Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2
2
spring.datasource.url = jdbc:mysql://localhost:3306/notes_app?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useSSL=false
3
3
spring.datasource.username = root
4
- spring.datasource.password = callicoder
4
+ spring.datasource.password =
5
5
6
6
7
7
# # Hibernate Properties
You can’t perform that action at this time.
0 commit comments