当前位置:   article > 正文

springboot主函数启动打印美女字符图案_springboot启动时出现美女

springboot启动时出现美女

 在项目里别人那扒的,加了两个点(点睛之笔)

  1. package com.example.training;
  2. import org.springframework.boot.SpringApplication;
  3. import org.springframework.boot.autoconfigure.SpringBootApplication;
  4. @SpringBootApplication
  5. public class TrainingApplication {
  6. public static void main(String[] args) {
  7. SpringApplication.run(TrainingApplication.class, args);
  8. System.out.println("*******************************************\n" +
  9. "* *\n" +
  10. "*******************************************\n" +
  11. " _.._ ,-------------------.\n" +
  12. " ,' `. ( 启动成功!)\n" +
  13. " / __) __` \\ `-,-----------------'\n" +
  14. " ( (`-`(-') ) _.-'\n" +
  15. " /) \\ = / (\n" +
  16. " /' |--' . \\\n" +
  17. " ( ,---| `-.)__`\n" +
  18. " )( `-.,--' _`-.\n" +
  19. " '/,' ( Uu\",\n" +
  20. " ( @ , `/,-' )\n" +
  21. " `.__, : @ / /`--'\n" +
  22. " | `--' |\n" +
  23. " ` `-._ /\n" +
  24. " \\ (\n" +
  25. " /\\ . \\. \n" +
  26. " / |` \\ ,-\\\n" +
  27. " / \\| .) / \\\n" +
  28. " ( ,'|\\ ,' :\n" +
  29. " | \\,`.`--\"/ }\n" +
  30. " `,' \\ |,' /\n" +
  31. " / \"-._ `-/ |\n" +
  32. " \"-. \"-.,'| ;\n" +
  33. " / _/[\"---'\"\"]\n" +
  34. " : / |\"- '\n" +
  35. " ' | /\n" +
  36. " ` |");
  37. }
  38. }

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/一键难忘520/article/detail/751169
推荐阅读
相关标签
  

闽ICP备14008679号