
















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>
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。