好好生活
  平平淡淡每一天

编辑

12 2021 档案

摘要:官网插件下载:https://plugins.jetbrains.com/ Free Mybatis plugin插件安装 Ctrl+Shift+S>Plugins>mybatis 阅读全文
posted @ 2021-12-30 16:40 踏步 阅读(914) 评论(0) 推荐(0)
摘要:创建springboot工程 创建springboot 在src\main\java\目录下创建packageorg.mjtabu等目录,可使用Easy code插件自动生成 Maven配置pom.xml pom.xml <?xml version="1.0" encoding="UTF-8"?> 阅读全文
posted @ 2021-12-30 15:52 踏步 阅读(738) 评论(0) 推荐(0)
摘要:###测试表 CREATE TABLE `user` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `username` varchar(255) DEFAULT NULL, `password` varchar(255) DEFAULT NULL, PRIM 阅读全文
posted @ 2021-12-29 17:43 踏步 阅读(608) 评论(0) 推荐(0)
摘要:pom文件的 spring-boot-maven-plugin报红 ####版本号需要和springboot的版本号一致 初步搭建springboot应用,报错:Failed to configure a DataSource: 'url' attribute is not specified an 阅读全文
posted @ 2021-12-26 12:37 踏步 阅读(201) 评论(0) 推荐(0)
摘要:FlowableAPI https://tkjohn.github.io/flowable-userguide/#flowableUIApps 预准备 mysql5.7.30 apache-tomcat-8.5.73 flowable-6.7.0 Tomcat启动控制台乱码解决配置,若无乱码则可忽略 阅读全文
posted @ 2021-12-25 17:58 踏步 阅读(1771) 评论(0) 推荐(0)
摘要:Flowable官网 https://www.flowable.com/open-source/ 源码地址 https://github.com/flowable/flowable-engine/releases 中文手册 https://tkjohn.github.io/flowable-user 阅读全文
posted @ 2021-12-25 17:57 踏步 阅读(763) 评论(0) 推荐(0)
摘要:-- 摘自海生哥哥 1. 打包项目为jar包 - 在集群master节点上执行命令,获取eurekaService注册中心的集群地址ClusterIP和集群端口port - kubectl get svc - ClusterIP:集群中[service]的IP - port:集群中[service] 阅读全文
posted @ 2021-12-24 11:27 踏步 阅读(1891) 评论(0) 推荐(0)
摘要:官网插件下载:https://plugins.jetbrains.com/ jetbrains-agent已经停止,现在又出现了新的激活方式,通过 IDE Eval Reset 插件无限重置试用时间。 插件市场安装 添加第三方插件仓库地址 Settings/Preferences... -> Plu 阅读全文
posted @ 2021-12-20 16:30 踏步 阅读(1800) 评论(0) 推荐(0)