Fix lỗi convert kiểu sql khi sử dụng joda time trong spring
Anh e cho mình hỏi phát,
Mình có code spring sử dụng joda time những thế nào mỗi lần chạy gen ra db thì nó lại ra kiểu tinyblob
Config của mình
File properties:
jadira.usertype.autoRegisterUserTypes=true
File config sessionFactory:
LocalSessionFactoryBean localSessionFactoryBean = new LocalSessionFactoryBean();
properties.put("jadira.usertype.autoRegisterUserTypes", env.getProperty("jadira.usertype.autoRegisterUserTypes"));
A/e xem config sai ở đâu tại sao nó lại không ra kiểu date time nhỉ?