Maven
dadeity
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Maven 改变版本号+打包程序
场景 在程序发布过程中需要修改发布程序版本号+打包程序 每次修改pom比较麻烦,还容易忘记 修改版本号+打包程序 创建 .bat为后缀的文件,写入以下文件。例如:package.bat。 @echo on @echo ============================================================= @echo $ $ @echo $原创 2022-02-15 11:51:18 · 1641 阅读 · 0 评论 -
while scanning for the next token found character ‘@‘ that cannot start any token. (Do not use @ for
问题描述 application配置如下: spring: profiles: active: @spring.active@ 使用@spring.active@抛出现异常: Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token found character '@' that cannot start any token. (Do not use @ for原创 2022-01-25 17:44:34 · 3031 阅读 · 0 评论
分享