提交 c8d09357 编写于 作者: S smallchill

🎉 2.7.1.RELEASE,增加行政区划管理,支持seata1.2

上级 276ba482
mvn install:install-file -Dfile=blade-core-1.0.jar -DgroupId=org.springblade -DartifactId=blade-core -Dversion=1.0 -Dpackaging=jar
\ No newline at end of file
## 环境变量
#### 环境划分
> dev(开发)、test(测试)、prod(正式),默认dev
#### 添加环境变量
##### java命令行:
```
java -jar gateWay.jar --spring.profiles.active=dev
```
##### JAVA_OPS
```
set JAVA_OPTS="-Dspring.profiles.active=test"
```
##### 标注方式(代码层面,junit单元测试非常实用)
```
@ActiveProfiles({"junittest","productprofile"})
```
##### ENV方式
```
系统环境变量SPRING_PROFILES_ACTIVE(注意:是大写)
```
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册