Refactor packages and artifactIds to prepare for official migration to spring-projects repo.
Remove usage of component scan in favor of auto-conf Fixes #61
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
org.springframework.shell.SpringShellAutoConfiguration,\
|
||||
org.springframework.shell.jline.JLineShell
|
||||
5
spring-shell-core/src/main/resources/logback.xml
Normal file
5
spring-shell-core/src/main/resources/logback.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<configuration>
|
||||
<!-- Disable most stdout logging by default -->
|
||||
<root level="ERROR">
|
||||
</root>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user