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 @@ ...@@ -59,6 +59,14 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<configuration> <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> <docker>
<publishRegistry> <publishRegistry>
<username>${docker-username}</username> <username>${docker-username}</username>
......
...@@ -8,7 +8,7 @@ logging: ...@@ -8,7 +8,7 @@ logging:
spring: spring:
mvc: mvc:
pathmatch: pathmatch:
matching-strategy: ant_path_matcher matching-strategy: ant-path-matcher
application: application:
name: Goofy name: Goofy
jackson: jackson:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment