logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

mybatis generator 代码生成

mybatis generator代码生成有五中方式,这里我们列出三种,重点说下其中两项常用的。第一种:使用命令行创建java -jar mybatis-generator-core-1.3.2.jar -config file generatorConfig.xml -overwrite第二种:通过MybatisGenerator类和配置文件生成代码package com.github.dao;

#mybatis
java.net.SocketException: Broken pipe

测试环境没有报错,生产环境每天都有几条这样的报错,网上查了好多资料,翻译成中文大概意思是 Broken pipe(“管道破裂”)错误原因说明:1)broken pipe的字面意思是“管道破裂”。broken pip的原因是该管道的读端被关闭。2)broken pipe经常发生socket关闭之后(或者其他的描述符关闭之后)的write操作中。3)发生broken pipe错误时,进...

You must configure either the server or JDBC driver (via the serverTimezone configuration property)

使用JDBC连接MySql时出现:The server time zone value '�й���׼ʱ��' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration

You must configure either the server or JDBC driver (via the serverTimezone configuration property)

使用JDBC连接MySql时出现:The server time zone value '�й���׼ʱ��' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration

java.net.SocketException: Broken pipe

测试环境没有报错,生产环境每天都有几条这样的报错,网上查了好多资料,翻译成中文大概意思是 Broken pipe(“管道破裂”)错误原因说明:1)broken pipe的字面意思是“管道破裂”。broken pip的原因是该管道的读端被关闭。2)broken pipe经常发生socket关闭之后(或者其他的描述符关闭之后)的write操作中。3)发生broken pipe错误时,进...

HikariPool-1 - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC

spring boot 2.x使用hikari数据源,在调用方法后启动数据时发现有个提醒信息奇怪,就是中间这行。2021-04-29 13:36:04.330 INFO 29552 --- [nio-8081-exec-1] com.zaxxer.hikari.HikariDataSource: HikariPool-1 - Starting...2021-04-29 13:36:04.465 I

暂无文章信息