随笔分类 - spring boot
摘要:环境 本文基于Spring Boot版本1.3.3, 使用了spring-boot-starter-web。 配置完成后,编写了代码如下: @SpringBootApplication public class Application { public static void main(String
阅读全文
摘要:#########COMMON SPRING BOOT PROPERTIES###### CORE PROPERTIES #SPRING CONFIG (ConfigFileApplicationListener)spring.config.name= # config file name (def
阅读全文
摘要:spring-boot是一个快速构建环境的一套框架,其设计理念是尽可能的减少xml的配置,用来简化新Spring应用的初始搭建以及开发过程。该框架使用了特定的方式来进行配置,从而使开发人员不再需要定义样板化的配置。 废话不多说,关于spring-boot是什么具体请百度。 官网:http://pro
阅读全文
浙公网安备 33010602011771号