mac本地idea启动java项目
1、logback-spring.xml
<property name="logDir" value="/data/logs/${spring.application.name}"/>
<property name="appLogDir" value="/data/logs/c-plm-jac-budget"/>
Mac不存在这个目录
改为:
<property name="logDir" value="/Users/mabiao/data/logs/${spring.application.name}"/>
<property name="appLogDir" value="/Users/mabiao/data/logs/c-plm-jac-budget"/>
2、pom.xml
<dependencies>下面添加依赖
<!-- macOS Apple Silicon DNS native library --> <dependency> <groupId>io.netty</groupId> <artifactId>netty-resolver-dns-native-macos</artifactId> <classifier>osx-aarch_64</classifier> <scope>runtime</scope> </dependency>

浙公网安备 33010602011771号