Skip to content

profiles: fix spring-boot build

Juraj Paluba requested to merge fix-spring-boot-profile into main

With profile specified in build configuration, the spring-boot:run would always use the production application properties. Thus, it will try to create connection with postgres DB in container.

Merge request reports