Files
spring-shell/spring-shell-test-samples
Janne Valkealahti e14f4a3f32 Remove bean cycles
- Shuffle things around into different auto-config and configuration
  classes and use other tricks like ObjectProvider to work around
  boot 2.6.x imposing bean cycle checks.
- This is first set of changes to work around this issue, not
  to make things perfect. Further refactoring work is needed
  making code base more boot 2.x friendly as things are based
  on boot 1.5.x times.
- Fixes #324
2021-12-17 15:32:52 +00:00
..
2021-12-17 15:32:52 +00:00
2019-03-26 11:48:55 +01:00
2021-12-17 14:25:52 +00:00

Spring Shell 2 Tests

Examples of Spring Shell 2 unit, functional and integration tests.

Run

Execute the following command from the parent directory to run the tests:

mvn clean test