03 2022 档案

摘要:$!mybatisSupport 修改为 $!{mybatisSupport.vm} 阅读全文
posted @ 2022-03-22 18:06 oneDonkey 阅读(817) 评论(0) 推荐(1)
摘要:数据配置 spring: datasource: #mysql的配置加载驱动类信息 driver-class-name: com.mysql.cj.jdbc.Driver #mysql的连接信息 url: jdbc:mysql://localhost:3306/mybatis?useUnicode= 阅读全文
posted @ 2022-03-21 21:43 oneDonkey 阅读(92) 评论(0) 推荐(0)
摘要:1.从本地到远程 git add . git commit -m "提交说明" git push origin master 2.改变每次push都输入用户名 密码 git config credential.helper store 再提交时输入用户名 密码, 3.tag的简单使用 git tag 阅读全文
posted @ 2022-03-20 23:39 oneDonkey 阅读(19) 评论(0) 推荐(0)
摘要:1.easycode ​ 快速生成dao,service,controller等 ​ https://blog.csdn.net/qq_38225558/article/details/84479653 使用: https://www.jianshu.com/p/e4192d7c6844 2.Vis 阅读全文
posted @ 2022-03-18 23:40 oneDonkey 阅读(32) 评论(0) 推荐(0)
摘要:1.进入rabbitmq安装目录sbin目录,以管理员身份运行cmd 2.命令 启动:rabbitmq-service start 停止:rabbitmq-service stop 阅读全文
posted @ 2022-03-15 14:44 oneDonkey 阅读(1103) 评论(0) 推荐(0)
摘要:0.mysql版本 5.7.23 1.以管理员身份运行cmd 2.命令 启动:net start MySQL 停止:net stop MySQL 查看版本:mysql -V 卸载:sc delete MySQL 阅读全文
posted @ 2022-03-15 14:06 oneDonkey 阅读(25) 评论(0) 推荐(0)