MAVEN中的profile
---------------------------------------------------------------------------------------------------------------------------------------------------------
maven的settings.xml文件用途
Maven全局配置文件settings.xml详解_maven setting.xml-CSDN博客
https://blog.csdn.net/qq_30757161/article/details/105011403
---------------------------------------------------------------------------------------------------------------------------------------------------------
maven的settings.xml文件用途-2
【maven】setting.xml文件详解_maven setting.xml-CSDN博客
https://blog.csdn.net/weixin_45188218/article/details/135153519
参考文件【maven官方文件】 https://maven.apache.org/ref/3.9.6/
---------------------------------------------------------------------------------------------------------------------------------------------------------
????
理论上知识定义了一个变量而已
当该变量name的value匹配时,激活profile
key-value通知满足激活profile
可以在命令行启动时 mvn clean install -Dname=value
---------------------------------------------------------------------------------------------------------------------------------------------------------
maven中的profile可以同时激活多个吗?——可以
详解Maven profile配置管理及激活profile的几种方式_java_脚本之家
https://www.jb51.net/article/204724.htm
---------------------------------------------------------------------------------------------------------------------------------------------------------
maven里面的pom文件
maven之pom文件详解_pom.xml在哪里-CSDN博客
https://blog.csdn.net/qq_44696532/article/details/134176177
Maven – POM Reference
https://maven.apache.org/pom.html
Maven – Welcome to Apache Maven
https://maven.apache.org/
---------------------------------------------------------------------------------------------------------------------------------------------------------
maven中的profile怎么理解-1
maven的profile详解 - 志不坚者智不达 - 博客园
https://www.cnblogs.com/linwenbin/p/10606287.html
原文查看更佳
Maven学习-Profile详解 - 简单爱_wxg - 博客园
https://www.cnblogs.com/wxgblogs/p/6696229.html
---------------------------------------------------------------------------------------------------------------------------------------------------------
profile同时激活多个 且包含同一个变量,优先哪个生效
关于Profile配置_激活profiles方式中优先度最高的-CSDN博客
https://blog.csdn.net/weixin_51140686/article/details/129248859
---------------------------------------------------------------------------------------------------------------------------------------------------------
【SpringBoot学习笔记 三】Profile多环境配置及配置优先级-阿里云开发者社区
https://developer.aliyun.com/article/1254254
yml文件配置
spring.profiles.active: @env@
--------------
SpringBoot启动失败报错,spring.profiles.active:@env@中环境变量@无法识别报错-CSDN博客
https://blog.csdn.net/fqfa1226/article/details/112684278
--------------------------
--------------------------
下面是配置的加载优先级
springBoot
---------------------------------------------------------------------------------------------------------------------------------------------------------
${} 和 @@的区别
SpringBoot配置文件之EL表达式(@Value)_springboot el表达式-CSDN博客
https://blog.csdn.net/u012060033/article/details/101978149
---------------------------------------------------------------------------------------------------------------------------------------------------------