@Moon1995
不能复现
另外
https://github.com/Samarium150/mirai-console-loafers-calendar
https://github.com/cssxsh/arknights-helper
该升级了
slf4j 问题看下这个
https://mirai.mamoe.net/topic/1349
@Abandoned9
如果
你是想用数据库存自己的数据
Configuration configuration = new MiraiHibernateConfiguration(MyPlugin)
这样子就能拿到自动生成的配置了
其他可以直接去看 Hibernate 6.0 的官方文档
http://docs.jboss.org/hibernate/orm/6.1/quickstart/html_single/
@hellostronger
MessageRecord 有提供 方法
toMessageChain 和 toMessageSource,反序列化得到原消息
@Abandoned9
建议你按照我 示例里的方法
用 MiraiHibernateConfiguration ( Plugin)
自动生成配置文件(生成的配置文件在插件数据目录(config)下,默认用文件数据库 h2database 在插件数据目录(data), 可以修改)
这样可以随用户自定义去修改,放在 /src/main/resources 并不合适(用户不能修改),而且我也没有设计从 /src/main/resources 读取,这需要由你自己配置 HibernateConfiguration 管理加载行为
@Abandoned9
加一下这个 zaxxer:HikariCP 需要 jdk11 ,我引入之后忘记该 readme 了,抱歉
mirai {
jvmTarget = JavaVersion.VERSION_11
}
@Abandoned9
如果你用的是 我插件里的 MiraiHibernateConfiguration
他会自动使用 在插件的 DataFolder 存放数据
@kott 在 B站订阅插件,动态、视频、直播订阅 @全体成员 中说:
Ignore io.ktor.network.sockets.SocketTimeoutException
Timeout 超时
一般来说不影响运行
@qingfengxiu 在 Meme Helper 表情包生成器,支持Termux 中说:
022-07-07 13:45:56 W/stderr: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".2022-07-07 13:45:56 W/stderr: SLF4J: Defaulting to no-operation (NOP) logger implementation2022-07-07 13:45:56 W/stderr: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.2022-07-07 13:45:56 E/main: Failed to init MiraiConsole.net.mamoe.mirai.console.internal.plugin.PluginMissingDependencyException: Cannot load plugin 'meme-helper', missing dependencies: 'xyz.cssxsh.mirai.plugin.mirai-skia-plugin:>= 1.1.0' at n