摘要:
package org.zxy; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.a 阅读全文
摘要:
一、如果在insert into的时候出现字段名为date,order等关键字。 则只要改成:"DATE","ORDER"(大写+双引号) (最好不要用关键名来做为字段名,容易出错) 二、insert into 日期格式(orcale) SimpleDateFormat ft = new Simpl 阅读全文