You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of today, the current version of Spring Boot is 2.4.5. There are no sample applications that show how to make this project work with Junit 5 and the current testing style (@SpringBootTest, etc.).
There are Junit5 snippets in the documentation for this project, but they lack import statements and need some surgery to get them to work.
Just do a simple, working application that tests a Rest endpoint and generates API documentation.
The text was updated successfully, but these errors were encountered:
I've opened #723 to upgrade all of the Spring Boot-based samples to use 2.4.5, but I can't see a need for a new sample. Thanks anyway for the suggestion.
As of today, the current version of Spring Boot is 2.4.5. There are no sample applications that show how to make this project work with Junit 5 and the current testing style (@SpringBootTest, etc.).
There are Junit5 snippets in the documentation for this project, but they lack import statements and need some surgery to get them to work.
Just do a simple, working application that tests a Rest endpoint and generates API documentation.
The text was updated successfully, but these errors were encountered: