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

Switch to yaml by default #8220

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

pascalgrimaud
Copy link
Member

Copy link

codecov bot commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1c738df) 100.00% compared to head (c489645) 100.00%.
Report is 19 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##                main     #8220   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity      2625      2625           
===========================================
  Files            683       683           
  Lines          11608     11608           
  Branches         252       252           
===========================================
  Hits           11608     11608           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

murdos
murdos previously approved these changes Dec 1, 2023
Copy link
Contributor

@murdos murdos left a comment

Choose a reason for hiding this comment

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

Great work!

bootstrap-mode: deferred
"""
)
// .containing("spring.datasource.url=jdbc:sqlserver://localhost:1433;database=myapp;trustServerCertificate=true")
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't forget to clean these comments ;)

Copy link
Member Author

Choose a reason for hiding this comment

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

nice catch!

@pascalgrimaud pascalgrimaud merged commit 87632f6 into jhipster:main Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch Spring configuration format to YAML by default
3 participants