|
|
|
|
|
by Traubenfuchs
798 days ago
|
|
Running an "mvnd clean package" on a very simple Spring Boot app having 4 different spring integration tests takes exactly 8 seconds on my m1 max. This includes a full build of the application, postgres container startup and spring context startup. Starting the postgres container seems be less than 2 seconds of those 8 seconds. Is that fast enough? |
|