
spring-boot
pipinews
慢慢的,慢慢的累计
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring-boot PROPERTIES 配置
# SPRING CONFIG (ConfigFileApplicationListener) spring.config.name= # config file name (default to 'application') spring.config.location= # location of config file # PROFILES spring.pr转载 2017-10-11 15:03:03 · 256 阅读 · 0 评论 -
@SpringBootApplication注解
@SpringBootApplication 注解等价于以默认属性使用@Configuration,@EnableAutoConfiguration和@ComponentScan代码如下:import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigure.EnableAuto原创 2017-10-13 11:45:57 · 390 阅读 · 0 评论 -
Spring Boot 依赖POM
Spring Boot application starters—>spring-boot-starter 核心starter,包括自动配置支持,日志和YAML Pom spring-boot-starter-activemq 用于使用Apache ActiveMQ实现JMS消息 Pom spring-boot-starter-amqp 用于使用Spring AMQP和Rabbi转载 2017-10-13 10:58:45 · 1103 阅读 · 0 评论 -
spring-boot cli 安装【windows 10】
1.从官网 https://projects.spring.io/spring-boot/ 下载 如图: 2.解压zip 到本地 3.配置path –>我的电脑–>高级系统设置–>环境变量–>path参数 添加“路径\spring-2.0.0.BUILD-SNAPSHOT\bin” 4.cmd窗口 验证 如下图原创 2017-10-12 10:07:34 · 585 阅读 · 0 评论