Browse Source

🧬更新菜单模块

master
wangxiang 3 years ago
parent
commit
8ee9dcf4e8
  1. 6
      pom.xml

6
pom.xml

@ -89,12 +89,6 @@ @@ -89,12 +89,6 @@
<artifactId>velocity-engine-core</artifactId>
<scope>provided</scope>
</dependency>
<!--添加 MacBook-Air-M2 DNS解析器,由于netty内部没有支持AppleM2芯片mac的本地DN解析器,nacos服务连接会出错-->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver-dns-native-macos</artifactId>
<classifier>osx-aarch_64</classifier>
</dependency>
</dependencies>
<modules>

Loading…
Cancel
Save