-
Notifications
You must be signed in to change notification settings - Fork 15
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
Create yaml test file #64
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spring: | ||
config: | ||
import: optional:configserver:http://localhost:8888/ | ||
cloud: | ||
vault: | ||
generic: | ||
enabled: true | ||
profile-separator: '/' | ||
default-context: app | ||
jpa: | ||
properties: | ||
hibernate: | ||
dialect: org.hibernate.dialect.PostgreSQLDialect | ||
hibernate: | ||
ddl-auto: validate | ||
application: | ||
name: app-name | ||
liquibase: | ||
change-log: classpath:db/changelog/db.changelog-master.xml | ||
keycloak: | ||
auth-server-url: http://localhost:8080/auth | ||
realm: master | ||
resource: resource-name | ||
server: | ||
port: 0 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a line comment anywhere on this files for tests purpose ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
Fixes #61