随笔分类 -  springboot

摘要:Table of Contents generated with DocToc SpringBoot 速记 构建项目 SpringBoot 基础配置 Spring Boot Starters @SpringBootApplication Web 容器配置 常规配置 HTTPS 配置 @Configu 阅读全文
posted @ 2021-01-07 23:58 inspiresn 阅读(322) 评论(0) 推荐(0)
摘要:Pom.xml 加上spring-boot-plugin <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>2.3.3.REL 阅读全文
posted @ 2020-12-16 12:01 inspiresn 阅读(209) 评论(0) 推荐(0)
摘要:趁今天有时间整理了一下 启动命令为 //开发环境 java -jar app.jar --spring.profiles.active=dev--server.port=8060 //测试环境 java -jar app.jar --spring.profiles.active=qa --serve 阅读全文
posted @ 2017-11-03 11:51 inspiresn