会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Hsstrip
博客园
首页
新随笔
联系
订阅
管理
2020年10月23日
maven逆向工程
摘要: 1.添加 GeneratorMapper.xml 文件 <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Confi
阅读全文
posted @ 2020-10-23 18:42 Hsstrip
阅读(118)
评论(0)
推荐(0)
2020年10月21日
ssm整合思路步骤
摘要: SSM整合步骤 ssm整合开发。ssm:SpringMVC + Spring +Mybatis.SpringMVC:视图层,界面层,负责接收请求,显示处理结果的。Spring:业务层,管理service,dao,工具类对象的。MyBatis:持久层,访问数据库的。用户发起请求--SpringMVC接
阅读全文
posted @ 2020-10-21 12:36 Hsstrip
阅读(567)
评论(0)
推荐(0)
2020年10月17日
target复制配置文件需要在pom文件中添加
摘要: <build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </includ
阅读全文
posted @ 2020-10-17 11:25 Hsstrip
阅读(194)
评论(0)
推荐(0)
2020年10月16日
Client does not support authentication protocol requested by server; consider upgrading MySQL client解决
摘要: Exception in thread "main" org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQ
阅读全文
posted @ 2020-10-16 12:52 Hsstrip
阅读(335)
评论(0)
推荐(0)
idea工具设置自动导入
摘要: File--Settings--Editor--General--Auto Import
阅读全文
posted @ 2020-10-16 10:09 Hsstrip
阅读(74)
评论(0)
推荐(0)
mysql设置timezone
摘要: set global time_zone = '+8:00';
阅读全文
posted @ 2020-10-16 10:03 Hsstrip
阅读(794)
评论(0)
推荐(0)
公告