springboot配置文件拆分

application.properties   默認取開發版本:spring

server.servlet.context-path=/springboot_day2
spring.main.lazy-initialization=true
spring.profiles.active=dev 

application-dev.properties 開發設置的端口springboot

server.port=8989

application-prod.propertiesapp

server.port=8081
相關文章
相關標籤/搜索