Skip to content
Snippets Groups Projects
Commit 230136f6 authored by OZGCloud's avatar OZGCloud
Browse files

switching base image; cleanup

parent 72734802
Branches
Tags
No related merge requests found
......@@ -59,6 +59,14 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<profiles>
<profile>local</profile>
<profile>remotekc</profile>
</profiles>
<!-- remove it when using spring-boot 3.2 -->
<image>
<builder>paketobuildpacks/builder-jammy-base</builder>
</image>
<docker>
<publishRegistry>
<username>${docker-username}</username>
......
......@@ -8,7 +8,7 @@ logging:
spring:
mvc:
pathmatch:
matching-strategy: ant_path_matcher
matching-strategy: ant-path-matcher
application:
name: Goofy
jackson:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment