This commit is contained in:
ityouknow
2022-10-19 18:50:09 +08:00
parent 78519ba2b2
commit fb8eca0aa1
2 changed files with 65 additions and 65 deletions

View File

@@ -31,17 +31,17 @@ Spring Boot 使用的各种示例,以最简单、最实用为标准,此开
**示例代码**
- [spring-boot-hello](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-hello)Spring Boot 2.0 Hello World 示例
- [spring-boot-banner](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-banner)Spring Boot 定制 Banner 示例
- [spring-boot-docker](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-docker):使用 Docker 部署 Spring Boot 示例
- [dockercompose-springboot-mysql-nginx](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xdockercompose-springboot-mysql-nginx) Docker Compose + Spring Boot + Nginx + Mysql 示例
- [spring-boot-commandLineRunner](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-commandLineRunner) Spring Boot 使用 commandLineRunner 实现项目启动时资源初始化示例
- [spring-boot-web-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-web-thymeleaf) Spring Boot 使用 thymeleaf 实现布局、验参、增删改查示例
- [spring-boot-memcache-spymemcached](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-memcache-spymemcached) Spring Boot 使用 spymemcached 集成 memcache 示例
- [spring-boot-webflux](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-webflux) Spring Boot webflux 示例
- [spring-boot-elasticsearch](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-elasticsearch) Spring Boot elasticsearch 示例
- [spring-boot-swagger](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-swagger) Spring Boot swagger2 示例
- [spring-boot-mybatis-plus](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mybatis-plus) Spring Boot 集成 MyBatis Plus 示例
- [spring-boot-hello](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-hello)Spring Boot 2.0 Hello World 示例
- [spring-boot-banner](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-banner)Spring Boot 定制 Banner 示例
- [spring-boot-docker](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-docker):使用 Docker 部署 Spring Boot 示例
- [dockercompose-springboot-mysql-nginx](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/dockercompose-springboot-mysql-nginx) Docker Compose + Spring Boot + Nginx + Mysql 示例
- [spring-boot-commandLineRunner](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-commandLineRunner) Spring Boot 使用 commandLineRunner 实现项目启动时资源初始化示例
- [spring-boot-web-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-web-thymeleaf) Spring Boot 使用 thymeleaf 实现布局、验参、增删改查示例
- [spring-boot-memcache-spymemcached](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-memcache-spymemcached) Spring Boot 使用 spymemcached 集成 memcache 示例
- [spring-boot-webflux](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-webflux) Spring Boot webflux 示例
- [spring-boot-elasticsearch](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-elasticsearch) Spring Boot elasticsearch 示例
- [spring-boot-swagger](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-swagger) Spring Boot swagger2 示例
- [spring-boot-mybatis-plus](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mybatis-plus) Spring Boot 集成 MyBatis Plus 示例
**参考文章**
@@ -62,27 +62,27 @@ Spring Boot 使用的各种示例,以最简单、最实用为标准,此开
**示例代码**
- [spring-boot-helloWorld](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-helloWorld)Spring Boot 的 hello World 版本
- [spring-boot-web](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-web)Spring Boot Web 开发综合示例
- [spring-boot-redis](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-redis)Spring Boot 集成 Redis 示例
- [spring-boot-jpa](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-jpa)Spring Boot 使用 Jpa 各种示例
- [spring-boot-mybaits-annotation](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mybatis/spring-boot-mybatis-annotation):注解版本
- [spring-boot-mybaits-xml](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mybatis/spring-boot-mybatis-xml)Xml 配置版本
- [spring-boot-mybatis-xml-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mybatis/spring-boot-mybatis-xml-mulidatasource)Spring Boot + Mybatis (Xml 版) 多数据源最简解决方案
- [spring-boot-mybatis-annotation-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mybatis/spring-boot-mybatis-annotation-mulidatasource)Spring Boot + Mybatis注解版多数据源最简解决方案
- [spring-boot-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-thymeleaf)Spring Boot 使用 Thymeleaf 详细示例
- [spring-boot-jpa-thymeleaf-curd](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-jpa-thymeleaf-curd)Spring Boot + Jpa + Thymeleaf 增删改查示例
- [spring-boot-rabbitmq](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-rabbitmq)Spring Boot 和 Rabbitmq 各种消息应用案例
- [spring-boot-scheduler](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-scheduler)Spring Boot 和定时任务案例
- [spring-boot-mail](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mail)Spring Boot 和邮件服务
- [spring-boot-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mongodb/spring-boot-mongodb)Spring Boot 和 Mongodb 的使用
- [spring-boot-multi-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mongodb/spring-boot-multi-mongodb)Spring Boot 和 Mongodb 多数据源的使用
- [spring-boot-package-war](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-package-war) Spring Boot 打包成 War 包示例
- [spring-boot-shiro](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-shiro)Spring Boot 整合 Shiro Rbac 示例
- [spring-boot-file-upload](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-file-upload):使用 Spring Boot 上传文件示例
- [spring-boot-fastDFS](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-fastDFS)Spring Boot 整合 FastDFS 示例
- [spring-boot-actuator](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-actuator)Spring Boot Actuator 使用示例
- [spring-boot-admin-simple](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-admin-simple)Spring Boot Admin 的使用示例
- [spring-boot-helloWorld](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-helloWorld)Spring Boot 的 hello World 版本
- [spring-boot-web](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-web)Spring Boot Web 开发综合示例
- [spring-boot-redis](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-redis)Spring Boot 集成 Redis 示例
- [spring-boot-jpa](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-jpa)Spring Boot 使用 Jpa 各种示例
- [spring-boot-mybaits-annotation](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mybatis/spring-boot-mybatis-annotation):注解版本
- [spring-boot-mybaits-xml](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mybatis/spring-boot-mybatis-xml)Xml 配置版本
- [spring-boot-mybatis-xml-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mybatis/spring-boot-mybatis-xml-mulidatasource)Spring Boot + Mybatis (Xml 版) 多数据源最简解决方案
- [spring-boot-mybatis-annotation-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mybatis/spring-boot-mybatis-annotation-mulidatasource)Spring Boot + Mybatis注解版多数据源最简解决方案
- [spring-boot-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-thymeleaf)Spring Boot 使用 Thymeleaf 详细示例
- [spring-boot-jpa-thymeleaf-curd](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-jpa-thymeleaf-curd)Spring Boot + Jpa + Thymeleaf 增删改查示例
- [spring-boot-rabbitmq](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-rabbitmq)Spring Boot 和 Rabbitmq 各种消息应用案例
- [spring-boot-scheduler](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-scheduler)Spring Boot 和定时任务案例
- [spring-boot-mail](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mail)Spring Boot 和邮件服务
- [spring-boot-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mongodb/spring-boot-mongodb)Spring Boot 和 Mongodb 的使用
- [spring-boot-multi-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mongodb/spring-boot-multi-mongodb)Spring Boot 和 Mongodb 多数据源的使用
- [spring-boot-package-war](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-package-war) Spring Boot 打包成 War 包示例
- [spring-boot-shiro](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-shiro)Spring Boot 整合 Shiro Rbac 示例
- [spring-boot-file-upload](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-file-upload):使用 Spring Boot 上传文件示例
- [spring-boot-fastDFS](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-fastDFS)Spring Boot 整合 FastDFS 示例
- [spring-boot-actuator](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-actuator)Spring Boot Actuator 使用示例
- [spring-boot-admin-simple](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-admin-simple)Spring Boot Admin 的使用示例
**参考文章**

View File

@@ -13,42 +13,42 @@ Spring Boot examples, using the simplest and the most useful scene demos.
**[Favorites-web](https://github.com/cloudfavorites/favorites-web)Open source projects developed using Spring Boot 2.X**
- [spring-boot-hello](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-hello)Spring Boot 2.0 Hello World Demo
- [spring-boot-banner](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-banner)Spring Boot Customized Banner
- [spring-boot-docker](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-docker)Spring Boot with Docker
- [dockercompose-springboot-mysql-nginx](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xdockercompose-springboot-mysql-nginx) Docker Compose + Spring Boot + Nginx + Mysql example
- [spring-boot-commandLineRunner](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-commandLineRunner) Example of resource initialization at project startup using Spring Boot and commandLineRunner
- [spring-boot-web-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-web-thymeleaf) Spring Boot uses thymeleaf to implement layout, check parameters and CURD
- [spring-boot-memcache-spymemcached](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-memcache-spymemcached) Spring Boot uses spymemcached to memcache
- [spring-boot-webflux](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-webflux) Spring Boot webflux demo
- [spring-boot-elasticsearch](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-elasticsearch) Spring Boot elasticsearch demo
- [spring-boot-swagger](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-swagger) Spring Boot swagger2 demo
- [spring-boot-mybatis-plus](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mybatis-plus) Spring Boot MyBatis Plus demo
- [spring-boot-hello](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-hello)Spring Boot 2.0 Hello World Demo
- [spring-boot-banner](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-banner)Spring Boot Customized Banner
- [spring-boot-docker](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-docker)Spring Boot with Docker
- [dockercompose-springboot-mysql-nginx](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/dockercompose-springboot-mysql-nginx) Docker Compose + Spring Boot + Nginx + Mysql example
- [spring-boot-commandLineRunner](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-commandLineRunner) Example of resource initialization at project startup using Spring Boot and commandLineRunner
- [spring-boot-web-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-web-thymeleaf) Spring Boot uses thymeleaf to implement layout, check parameters and CURD
- [spring-boot-memcache-spymemcached](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-memcache-spymemcached) Spring Boot uses spymemcached to memcache
- [spring-boot-webflux](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-webflux) Spring Boot webflux demo
- [spring-boot-elasticsearch](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-elasticsearch) Spring Boot elasticsearch demo
- [spring-boot-swagger](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-swagger) Spring Boot swagger2 demo
- [spring-boot-mybatis-plus](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mybatis-plus) Spring Boot MyBatis Plus demo
---
## Spring Boot Already upgraded to 2.x
- [spring-boot-helloWorld](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-helloWorld)Spring Boot helloWorld
- [spring-boot-redis](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-redis)Spring Boot Redis Demo
- [spring-boot-jpa](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-jpa)Spring Boot Jpa Demo
- [spring-boot-mybaits-annotation](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mybatis/spring-boot-mybatis-annotation)Spring Boot use mybatis annotation
- [spring-boot-mybaits-xml](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mybatis/spring-boot-mybatis-xml)Spring Boot use mybatis xml
- [spring-boot-mybatis-xml-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mybatis/spring-boot-mybatis-xml-mulidatasource)Spring Boot+mybatis+mulidatasource
- [spring-boot-mybatis-annotation-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mybatis/spring-boot-mybatis-annotation-mulidatasource)Spring Boot+ mybatis annotation + mulidatasource
- [spring-boot-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-thymeleaf)Spring Boot Thymeleaf Demo
- [spring-boot-jpa-thymeleaf-curd](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-jpa-thymeleaf-curd)spring boot + jpa + thymeleaf curd demo
- [spring-boot-rabbitmq](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-rabbitmq) using AMQP and RabbitMQ
- [spring-boot-scheduler](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-scheduler)Timed tasks developed using Spring Boot
- [spring-boot-web](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-web)Web projects developed using Spring Boot
- [spring-boot-mail](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mail)Mail system developed using Spring Boot
- [spring-boot-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mongodb/spring-boot-mongodb)Spring Boot + Mongodb
- [spring-boot-multi-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mongodb/spring-boot-multi-mongodb)Spring Boot + multiMongodb
- [spring-boot-package-war](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-package-war)Spring Boot package war
- [spring-boot-shiro](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-shiro)spring boot shiro rbac demo
- [spring-boot-file-upload](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-file-upload)Spring Boot upload file demo
- [spring-boot-fastDFS](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-fastDFS)Spring Boot Integrate FastDFS upload delete and so on
- [spring-boot-actuator](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-actuator)Spring Boot Actuator demo
- [spring-boot-admin-simple](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-admin-simple)Spring Boot Admin demo
- [spring-boot-banner](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-banner)Spring Boot Cumtom Banner
- [spring-boot-helloWorld](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-helloWorld)Spring Boot helloWorld
- [spring-boot-redis](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-redis)Spring Boot Redis Demo
- [spring-boot-jpa](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-jpa)Spring Boot Jpa Demo
- [spring-boot-mybaits-annotation](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mybatis/spring-boot-mybatis-annotation)Spring Boot use mybatis annotation
- [spring-boot-mybaits-xml](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mybatis/spring-boot-mybatis-xml)Spring Boot use mybatis xml
- [spring-boot-mybatis-xml-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mybatis/spring-boot-mybatis-xml-mulidatasource)Spring Boot+mybatis+mulidatasource
- [spring-boot-mybatis-annotation-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mybatis/spring-boot-mybatis-annotation-mulidatasource)Spring Boot+ mybatis annotation + mulidatasource
- [spring-boot-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-thymeleaf)Spring Boot Thymeleaf Demo
- [spring-boot-jpa-thymeleaf-curd](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-jpa-thymeleaf-curd)spring boot + jpa + thymeleaf curd demo
- [spring-boot-rabbitmq](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-rabbitmq) using AMQP and RabbitMQ
- [spring-boot-scheduler](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-scheduler)Timed tasks developed using Spring Boot
- [spring-boot-web](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-web)Web projects developed using Spring Boot
- [spring-boot-mail](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mail)Mail system developed using Spring Boot
- [spring-boot-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mongodb/spring-boot-mongodb)Spring Boot + Mongodb
- [spring-boot-multi-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mongodb/spring-boot-multi-mongodb)Spring Boot + multiMongodb
- [spring-boot-package-war](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-package-war)Spring Boot package war
- [spring-boot-shiro](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-shiro)spring boot shiro rbac demo
- [spring-boot-file-upload](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-file-upload)Spring Boot upload file demo
- [spring-boot-fastDFS](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-fastDFS)Spring Boot Integrate FastDFS upload delete and so on
- [spring-boot-actuator](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-actuator)Spring Boot Actuator demo
- [spring-boot-admin-simple](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-admin-simple)Spring Boot Admin demo
- [spring-boot-banner](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-banner)Spring Boot Cumtom Banner