摘要:
当有公共模块打包时并不需要打包成springbootJar时需要跳过打包 <build> <plugins> <!-- 公共模块需要声明使用该插件,但将其跳过 --> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>s 阅读全文
posted @ 2025-10-04 15:25
br-vst
阅读(1)
评论(0)
推荐(0)
摘要:
springCloud配置maven打包时使用profile激活当前运行环境并且打包时使用案例 <project> <!-- ... 其他配置 ... --> <!-- 第1步:定义环境Profile --> <profiles> <!-- 开发环境 (默认激活) --> <profile> <id 阅读全文
posted @ 2025-10-04 15:25
br-vst
阅读(3)
评论(0)
推荐(0)
摘要:
import java.time.format.DateTimeFormatter; import java.time.format.DateTimeFormatterBuilder; import java.time.temporal.ChronoField; import static java 阅读全文
posted @ 2025-10-04 15:18
br-vst
阅读(3)
评论(0)
推荐(0)