File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
spring-boot-modules/spring-boot-simple Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >3.4.0 </version >
15
+ <version >3.5.0-M1 </version >
16
16
<relativePath />
17
17
</parent >
18
18
110
110
<plugin >
111
111
<groupId >org.springframework.boot</groupId >
112
112
<artifactId >spring-boot-maven-plugin</artifactId >
113
+ <version >3.3.2</version >
113
114
</plugin >
114
115
</plugins >
115
116
</build >
119
120
<subethasmtp .version>7.0.2</subethasmtp .version>
120
121
</properties >
121
122
123
+ <repositories >
124
+ <repository >
125
+ <id >repository.spring.milestones</id >
126
+ <name >Spring Milestones Repository</name >
127
+ <url >https://repo.spring.io/milestone/</url >
128
+ </repository >
129
+ </repositories >
130
+
122
131
</project >
Original file line number Diff line number Diff line change @@ -24,3 +24,10 @@ spring.jpa.properties.hibernate.globally_quoted_identifiers=true
24
24
25
25
logging.file.name =logs/app.log
26
26
logging.file.path =logs
27
+
28
+ spring.ssl.bundle.jks.server.keystore.location =classpath:ssl/baeldung.p12
29
+ spring.ssl.bundle.jks.server.keystore.password =password
30
+ spring.ssl.bundle.jks.server.keystore.type =PKCS12
31
+
32
+ server.ssl.bundle =server
33
+ server.ssl.enabled =false
You can’t perform that action at this time.
0 commit comments