摘要: #### 三个插件都是是用干啥的 #### maven-compiler-plugin * 进行源代码的编译 #### build-helper-maven-plugin * 项目中添加额外的资源、源代码、构建输出目录和依赖项等 #### Maven-assembly-plugin * 生成可执行 阅读全文
posted @ 2023-06-13 16:18 vx_guanchaoguo0 阅读(63) 评论(0) 推荐(0) 编辑
摘要: ### 在springboot 2.4.5之后的 变成了jinut5 * 直接引用即可 不需要排除 org.junit.jupiter.api.Test ``` org.springframework.boot:spring-boot-starter-test ``` #### 测试数据 H2 `` 阅读全文
posted @ 2023-06-13 11:45 vx_guanchaoguo0 阅读(88) 评论(0) 推荐(0) 编辑
摘要: #### 目前xdebug你不支持arm 只能自编译 ### pecel 安装是arm64 ``` arch -arm64 sudo pecl install xdebug ``` ### 编译 * 下载 https://xdebug.org/download * 编译 ``` git clone 阅读全文
posted @ 2023-06-13 11:29 vx_guanchaoguo0 阅读(76) 评论(0) 推荐(0) 编辑