diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties new file mode 100644 index 0000000..71fe516 --- /dev/null +++ b/src/main/resources/application.properties @@ -0,0 +1,8 @@ +# Spring Boot minimal configuration +spring.application.name=spring-boot-minimal + +# Disable banner for cleaner test output +spring.main.banner-mode=off + +# Test profile settings +spring.test.mockmvc.print=none