这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion spring-boot-modules/spring-boot-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0</version>
<version>3.5.0-M1</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -110,6 +110,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.3.2</version>
</plugin>
</plugins>
</build>
Expand All @@ -119,4 +120,12 @@
<subethasmtp.version>7.0.2</subethasmtp.version>
</properties>

<repositories>
<repository>
<id>repository.spring.milestones</id>
<name>Spring Milestones Repository</name>
<url>https://repo.spring.io/milestone/</url>
</repository>
</repositories>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ spring.jpa.properties.hibernate.globally_quoted_identifiers=true

logging.file.name=logs/app.log
logging.file.path=logs

spring.ssl.bundle.jks.server.keystore.location=classpath:ssl/baeldung.p12
spring.ssl.bundle.jks.server.keystore.password=password
spring.ssl.bundle.jks.server.keystore.type=PKCS12

server.ssl.bundle=server
server.ssl.enabled=false
Binary file not shown.