Springboot: modify the default port and Logo (3)

Port modification

Add the port configuration in the application.yml file:

server:
  port: 8081

Logo modification

Logo generated URL:

https://www.bootschool.net/ascii-art/

Create a banner.txt text file in the resources category directory and copy the graphics into it

Restart the project:

Guess you like

Origin www.cnblogs.com/applesnt/p/12672525.html