摘要:
springboot中4级配置文件 1级:file:config/application.yml (最高) 2级:file:application.yml 3级:classpath:config/application.yml 4级:classpath:application.yml (最低) 作用 阅读全文
摘要:
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sch 阅读全文
摘要:
一、多环境命令启动 maven插件中首先clean,再package打包,(修改字符集为UTF-8) 使用cmd命令java -jar s(Tab键自动补全) -spring.profiles.active=test启动项目 修改端口号: java -jar springboot.jar --ser 阅读全文