這是控制台信息,sql語句已經生成,但是不能存入數據
INFO: Building new Hibernate SessionFactory
Hibernate:
insert
into
customer
(customer_name, customer_sex, customer_age, customer_type, customer_enterprise_name, customer_card_id, customer_phone, customer_office_phone, customer_qq, customer_email, customer_contact_wish, customer_login_name, customer_login_password, customer_login_repassword, customer_picture, customer_attention_number, customer_ip, customer_state, customer_visit_number, customer_level, customer_create_date)
values
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
三月 18, 2016 2:46:41 下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml]
三月 18, 2016 2:46:41 下午 org.springframework.jdbc.support.SQLErrorCodesFactory <init>
INFO: SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase]
存入失敗
對照你的表名、字段仔細檢查,特別是字段的類型。