idea 相关问题

获取破解码:http://idea.lanyus.com/

license server address:http://im.js.cn:8888

idea 新创建spring boot 项目启动问题:项目启动失败:Unregistering JMX-exposed beans on shutdown

将pom.xml 文件:

<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-tomcat</artifactId>
   <!--<scope>provided</scope>-->
</dependency>

<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-web</artifactId>
</dependency>
修改spring boot 启动图标:
图标制作网址:http://patorjk.com/software/taag/#p=display&h=0&f=Dancing%20Font&t=Waiting%20for%20you

   在resources 里面创建banner.txt 就可以了



猜你喜欢

转载自blog.csdn.net/qq_35781178/article/details/80585362