curl -XPUT localhost:9200/_river/my_jdbc_river/_meta -d "{ “类型”:“jdbc”, “jdbc”: { “驱动程序”:“com.mysql.jdbc.Driver”, "url" : "jdbc:mysql://localhost:3306/springtest", “用户”:“根”, “密码”:“根”, "sql" : "从寄存器中选择 *", “索引”:“我的注册”, “类型”:“我的注册类型” } }"
连接成功,但会生成错误选项卡
error: NoClassSettingsException[Failed to load class with value [jdbc]]; nested:
ClassNotFoundException[jdbc];