Skip to content

Commit

Permalink
Don't use "FIXME" because of SonarCloud.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladay committed Mar 20, 2024
1 parent 8dd90c7 commit f8584e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
</arguments>
<systemPropertyVariables>
<server.port>${openapi.server.port}</server.port>
<!--FIXME: The reason for this failing is unknown, for now postgresql can be used.-->
<!--The reason for this failing is unknown, for now postgresql can be used.-->
<!--<spring.sql.init.platform>h2</spring.sql.init.platform>-->
<!--<spring.datasource.driverClassName>org.h2.Driver</spring.datasource.driverClassName>-->
<!--<spring.datasource.url>jdbc:h2:./target/mod-workflow;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE</spring.datasource.url>-->
Expand Down

0 comments on commit f8584e0

Please sign in to comment.