ibatis text mysql_为什么我的mybatis存储html页面的所有代码到mysql数据库的text类型中 直接存会报错。...

这是代码

public static void get(){

try {

BufferedReader br=new BufferedReader(new FileReader(new File("tt.html")));

StringBuffer s=new StringBuffer();

String b;

while ((b=br.readLine())!=null){

s.append(b+"\r\n");

}

br.close();

InputStream inputStream= Resources.getResourceAsStream("mybatis_config.xml");

SqlSessionFactory sqlSessionFactory= new SqlSessionFactoryBuilder().build(inputStream);

SqlSession sqlSession=sqlSessionFactory.openSession();

ArticleDao articleDao=sqlSession.getMapper(ArticleDao.class);

TArticle article=new TArticle();

article.setContent(s.toString());

System.out.println(article.getContent());

article.setUuid(UUID.randomUUID().toString().replace("-",""));

article.setDelsign("1");

article.setInserttime("1");

article.setIscollection("1");

article.setIsfabulous("1");

article.setIsopen("1");

article.setPointnumber("1");

article.setTitle("1");

article.setTypeid("1");

article.setUpdatetime("1");

article.setUrl("1");

article.setUserid("1");

articleDao.add(article);

sqlSession.commit();

sqlSession.close();

} catch (IOException e) {

e.printStackTrace();

}

}

下面是异常

Exception in thread "main" org.apache.ibatis.exceptions.PersistenceException:

### Error committing transaction. Cause: org.apache.ibatis.executor.BatchExecutorException: cn.autually.dao.ArticleDao.add (batch index #1) failed. Cause: java.sql.BatchUpdateException: No value specified for parameter 1

### Cause: org.apache.ibatis.executor.BatchExecutorException: cn.autually.dao.ArticleDao.add (batch index #1) failed. Cause: java.sql.BatchUpdateException: No value specified for parameter 1

at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30)

at org.apache.ibatis.session.defaults.DefaultSqlSession.commit(DefaultSqlSession.java:227)

at org.apache.ibatis.session.defaults.DefaultSqlSession.commit(DefaultSqlSession.java:218)

at service.sss.get(sss.java:59)

at service.sss.main(sss.java:25)

Caused by: org.apache.ibatis.executor.BatchExecutorException: cn.autually.dao.ArticleDao.add (batch index #1) failed. Cause: java.sql.BatchUpdateException: No value specified for parameter 1

at org.apache.ibatis.executor.BatchExecutor.doFlushStatements(BatchExecutor.java:146)

at org.apache.ibatis.executor.BaseExecutor.flushStatements(BaseExecutor.java:129)

at org.apache.ibatis.executor.BaseExecutor.flushStatements(BaseExecutor.java:122)

at org.apache.ibatis.executor.BaseExecutor.commit(BaseExecutor.java:242)

at org.apache.ibatis.executor.CachingExecutor.commit(CachingExecutor.java:119)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)

at com.sun.proxy.$Proxy11.commit(Unknown Source)

at org.apache.ibatis.session.defaults.DefaultSqlSession.commit(DefaultSqlSession.java:224)

... 3 more

Caused by: java.sql.BatchUpdateException: No value specified for parameter 1

at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1666)

at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1082)

at org.apache.ibatis.executor.BatchExecutor.doFlushStatements(BatchExecutor.java:122)

... 14 more

我试着输出了读出来的s,跟html的内容一样,但就是存不到数据库里,不知道为什么,求大神指点

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值