sqlSessionFactoryBean.setConfigLocation(new ClassPathResource(mybatisConfigFile));
這一行報錯:
The type org.apache.ibatis.session.SqlSessionFactory cannot be resolved. It is indirectly referenced from required .class files
這一行報錯:
The type org.apache.ibatis.session.SqlSessionFactory cannot be resolved. It is indirectly referenced from required .class files
2018-09-17
贊同樓上建議,spring boot方便就方便在不用寫那么多配置文件,結(jié)果還是在xml里寫配置,這就浪費(fèi)了
2018-09-16
@Bean(name= "dataSource")
報錯
Annotations are not allowed here
Cannot resolve symbol 'name'
Identifier expected Identifier or type expected
Illegal character: ( (U+FF08)
Unexpected token
報錯
Annotations are not allowed here
Cannot resolve symbol 'name'
Identifier expected Identifier or type expected
Illegal character: ( (U+FF08)
Unexpected token
2018-09-13
源碼上的bug list頁面點擊編輯進(jìn)入operation 點擊清空數(shù)據(jù)再輸入信息提交報錯
2018-09-09