database-type.json在该文件327行的位置 改成MySQL57InnoDBDialect或者MySQLInnoDBDialect
1、提示系统找不到这个路径下的jdbc.json文件,需要到lamsdata的WEB-INFE/CLASS下编辑application.properties文件
因为lamsdata不能自动创建文件夹 需手动创建
2、创建数据源时提示如下错误
1500 message: StatementCallback; bad SQL grammar [create table TASKCONFIG (id varchar(64) not null, jsondata longtext not null) type=MyISAM]; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'type=MyISAM' at line 1
解决方法:
编辑
WEB-INFE/CLASS路径下database-type.json文件
在该文件327行的位置将标红位置 改成MySQL57InnoDBDialect或者MySQLInnoDBDialect,然后重启tomcat即可。