Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem that springboot does not have startup identity and startup class does not have startup identity?

2025-04-12 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly analyzes the relevant knowledge points of how to solve the problem that springboot has no startup logo and startup class does not have startup identification. The content is detailed and easy to understand, and the operation details are reasonable, which has a certain reference value. If you are interested, you might as well follow the editor to take a look, and follow the editor to learn more about "how to solve the problem that springboot does not have startup logo and startup class does not have startup logo".

The first way to solve the problem that springboot does not have startup identity

Check if you see the target folder. I wonder if it has anything to do with this.

Since there was no target folder, I went to see maven.

As a result, the item was not found in the Maven Projects on the right, and it is speculated that the item may not be detected.

Click the + sign in Maven Projects, select the pom,xml of the project, and the test appears in the lower right corner, which is successful.

The second method

Click the + sign in Maven Projects, select the pom,xml of the project, and the detection appears in the lower right corner.

Click Build > > Rebulid Project

Generated target directories and files

It worked.

Springboot initiates identity modification

Create a new banner.txt under src/main/resources

${AnsiColor.BRIGHT_RED} / / _ ooOoo_ / o8888888o / 88 ". "88 / (| ^ _ ^ |) / O\ = / O / _ / `- -'\ _ _ /.'\\ | | / / `. /\\ | / _ |-- |-/ | |\ / | | / |\ _ |'\-- /'| | / /\. -\ _ _ `-` _ /. / _ _ .'/ -. . _ /. "'

< `.___\__/___.' >

"". / | |: `-\`.; `\ _ /`; .` /-`: | | /\\` -. \ _\ / _ /.-`/ =` -. _ `-. _ / _. -'= /` =-- ='/ ^ ^ / / Buddha bless never downtime, never BUG / / Common property setting: ${AnsiColor.BRIGHT_RED}: set the color of the output in the console ${application.version}: used to get the version number in the MANIFEST.MF file ${application.formatted-version}: formatted ${application.version} version information $ {spring-boot.version}: Spring Boot version number ${spring-boot.formatted-version}: formatted ${spring-boot.version} version information what is springboot? a new programming specification. It is designed to simplify the initial construction and development process of new Spring applications. SpringBoot is also a framework that serves the framework, and the scope of services is to simplify configuration files.

About "how to solve the problem that springboot does not have startup logo and startup class does not have startup logo", this is the end of the introduction, more related content can be searched for previous articles, hope to help you answer questions, please support the website!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report