文件名称:spring-playground:Spring游乐场
文件大小:83KB
文件格式:ZIP
更新时间:2024-04-30 12:10:09
Java
Spring游乐场 目的 拥有一个始终准备就绪的项目,作为Spring(启动)应用程序的起点,或者只是一个操场,尝试使用与相关的东西。 特征 Spring Boot正常关机 。 为loadOnStartup配置DispatcherServlet:不要通过初始化延迟第一个请求。 自ErrorController( sample.service.error.CustomErrorHandler ):更换白色标签错误页面。 自ErrorAdvice( sample.service.error.CustomErrorAdvice ):处理您的例外,因为你需要。 RestController集成测试( ApplicationIntegrationTest )示例。 Spring bootBuildImage示例,说明如何添加自定义CA。 bootBuildImage ./gradlew
【文件预览】:
spring-playground-master
----.gitignore(216B)
----bindings()
--------ca-certificates()
----settings.gradle(154B)
----build.gradle(2KB)
----src()
--------main()
--------test()
----gradlew(6KB)
----LICENSE(34KB)
----README.md(2KB)
----gradlew.bat(3KB)
----.idea()
--------runConfigurations()
----gradle()
--------wrapper()