Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong format of application.properties file #130

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

lsulak
Copy link
Collaborator

@lsulak lsulak commented Nov 20, 2023

Will need to retrigger the ECR push once this is merged. But not sure if this really is causing the problems.

Copy link
Contributor

@benedeki benedeki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How are the actual values supplied into the application.conf file?


# deploy as root application in tomcat
COPY ${AS_PREFIX}/target/jvm-${SCALA_VERSION}/*.war /usr/local/tomcat/webapps/ROOT.war

ENV SPRING_CONFIG_LOCATION=/opt/application.yaml
ENV SPRING_CONFIG_LOCATION=/opt/application.properties
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the correct location?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Zejnilovic used the same approach as in Login Service

Copy link

JaCoCo agent module code coverage report - spark:2 - scala 2.12.18

There is no coverage information present for the Files changed

Total Project Coverage 76.7%

Copy link

JaCoCo server module code coverage report - scala 2.12.18

There is no coverage information present for the Files changed

Total Project Coverage 18.71%

@lsulak
Copy link
Collaborator Author

lsulak commented Nov 20, 2023

How are the actual values supplied into the application.conf file?

a brand new application.properties file is crafted and its path is supplied to the SPRING_CONFIG_LOCATION

@lsulak lsulak merged commit ba74d42 into master Nov 20, 2023
6 of 7 checks passed
@lsulak lsulak deleted the bugfix/wrong-format-of-properties-file branch November 20, 2023 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants