spring-boot默认的配置件是application.properties, 如测试环境与生产环境加载不同的配置则在

application.properties中,添加

spring.profiles: dev,prod
spring.profiles.active: dev

如下内容,然后新建

application-dev.properties

application-wechat.properties

这两文件,分别对应application.properties中的配置!!!!!!

spring 启动在主类运行

SpringApplication.run(Example.class, args);

GitHub 加速计划 / sp / spring-boot
73.97 K
40.4 K
下载
spring-projects/spring-boot: 是一个用于简化Spring应用开发的框架。适合用于需要快速开发企业级Java应用的项目。特点是可以提供自动配置、独立运行和内置的Tomcat服务器,简化Spring应用的构建和部署。
最近提交(Master分支:1 个月前 )
f4c6aab0 Closes gh-42945 2 天前
53186655 Closes gh-42944 2 天前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐