摘要: **nacos版本:2.2.1** **启动命令** ·Linux/Unix/Mac 启动命令(standalone代表着单机模式运行,非集群模式): `sh startup.sh -m standalone` 如果您使用的是ubuntu系统,或者运行脚本报错提示[[符号找不到,可尝试如下运行: ` 阅读全文
posted @ 2023-07-07 10:12 蜡笔小新读春秋 阅读(476) 评论(0) 推荐(0)
摘要: pom.xml <!--shiro整合包--> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId> <version>1.10.1</version> </dependency> 阅读全文
posted @ 2023-03-25 13:11 蜡笔小新读春秋 阅读(21) 评论(0) 推荐(0)