Spring Boot v1.3.7 v1.4.0 发布

jopen 8年前
   <p style="text-align: center;"><img alt="" src="https://simg.open-open.com/show/0bc6aca95c9aac2ba407523a91116cd7.png" /></p>    <p>    </p>    <p>从 Spring Boot 项目名称中的 Boot 可以看出来,Spring Boot 的作用在于创建和启动新的基于 Spring 框架的项目。它的目的是帮助开发人员很容易的创建出独立运行和产品级别的基于 Spring 框架的应用。Spring Boot 会选择最适合的 Spring 子项目和第三方开源库进行整合。大部分 Spring Boot 应用只需要非常少的配置就可以快速运行起来。</p>    <p>Spring Boot 包含的特性如下:</p>    <ul>     <li>创建可以独立运行的 Spring 应用。</li>     <li>直接嵌入 Tomcat 或 Jetty 服务器,不需要部署 WAR 文件。</li>     <li>提供推荐的基础 POM 文件来简化 Apache Maven 配置。</li>     <li>尽可能的根据项目依赖来自动配置 Spring 框架。</li>     <li>提供可以直接在生产环境中使用的功能,如性能指标、应用信息和应用健康检查。</li>     <li>没有代码生成,也没有 XML 配置文件。</li>    </ul>    <h2>更新日志</h2>    <p><strong>v1.3.7</strong></p>    <ul>     <li>Upgrade to thymeleaf-extras-conditionalcomments 2.1.2.RELEASE enhancement</li>     <li>Upgrade to Freemarker 2.3.25-incubating enhancement</li>     <li>Upgrade to Postgresql 9.4.1209.jre7 enhancement</li>     <li>Upgrade to Jetty 9.2.18.v20160721 enhancement</li>     <li>Upgrade to Spring Integration 4.2.9  enhancement</li>     <li>json-simple should not be marked as optional in spring-boot-dependencies bug</li>     <li>Connect cla.pivotal.io</li>     <li>ConfigurationProperties cannot handle lists over 256 elements bug</li>     <li>Deploying to Openshift Documentation Error documentation</li>     <li>Cannot modify web security without overwriting auto-configured security. documentation</li>     <li>Hard to identify cause of IllegalStateException thrown by DevTools when it can't read jar's manifest bug</li>     <li>Downgrade to HSQLDB 2.3.3 blocker</li>     <li>Log4J2LoggingSystem.FILTER causes some exceptions to be lost from the log bug in-progress</li>     <li>Undertow SSL support doesn't support null passwords bug</li>     <li>DevTools support for remote applications breaks when a second change is made before first restart has completed bug</li>     <li>Application Admin MBean tries to register twice when there's a child SpringApplication that enables auto-configuration bug</li>     <li>Upgrade to Thymeleaf 2.1.5  enhancement</li>     <li>A child SpringApplication can cause SpringApplicationAdmin MBean to indicate that the application is ready when it's not bug</li>     <li>ShutdownEndpoint does not reset the interrupted flag when it catches InterruptedException bug</li>     <li>Tomcat sometimes warns about threads that have not been stopped when app is shut down using the shutdown endpoint bug</li>     <li>Authenticated health endpoint access also cached documentation</li>     <li>Upgrade to Hikari 2.4.7 enhancement</li>     <li>Remove `@Primary` from `IntegrationMBeanExporter`  bug regression</li>    </ul>    <p><strong>v1.4.0 </strong></p>    <p><strong>  </strong>该版本无更新日志</p>    <p> </p>    <h2>下载</h2>    <p>v1.3.7</p>    <ul>     <li><a href="/misc/goto?guid=4958992615372596970" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4958992615478419913" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>    <p>v1.4.0 </p>    <ul>     <li><a href="/misc/goto?guid=4958992615568057897" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4958992615650277596" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>