摘要:
public static void main(String[] args) { SpringApplication.run($name$.class, args); } 阅读全文
posted @ 2022-09-03 21:38
那知归不归
阅读(418)
评论(0)
推荐(0)
摘要:
1.下载tar包解压,推荐使用3.4.14版本,不要使用3.6的高版本和jdk1.8冲突,也不要直接brew install zookeeper--默认最高版本 http://mirror.bit.edu.cn/apache/zookeeper/ 2.配置zookeeper的配置文件 找到对应的co 阅读全文
posted @ 2022-09-03 18:02
那知归不归
阅读(959)
评论(0)
推荐(0)
摘要:
3.5.2版本 有需求不生成controller 于是baidu 发现如下方法 .templateConfig(builder -> builder.controller("")) 配置后确实不生成controller 又有需求不生成entity 尝试以下代码未果 .templateConfig(b 阅读全文
posted @ 2022-09-03 01:09
那知归不归
阅读(1514)
评论(0)
推荐(0)