摘要:
启动失败了,报了如下错误: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ehCacheCacheManager' defined in class path resou 阅读全文
摘要:
#!/bin/bash #这个是shell!替换配置文件并发布,然后配置文件还原。 if [ x$1 != x ] then echo '开始修改bootstrap.yml' sed -i "" "s/active:[ ].*/active: $1/g" web/src/main/resources 阅读全文