我正在使用 Eclispe 运行 Spring Boot App,我想知道 Eclipse 使用什么命令或脚本来运行它。启动时它只显示 spring boot 输出。
我还希望 Eclipse 能够显示其他项目(不仅仅是 Spring Boot)的运行方式。也许有一个设置可以启用此功能,或者某个日志文件可以显示它。
控制台输出:
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.2.3.RELEASE)
2019-08-31 14:25:42.106 INFO 32045 --- [ main] be.heydari.seed.Application
...