0
点赞
收藏
分享

微信扫一扫

springboot开发中异常

凌得涂 2022-04-02 阅读 106


场景,springboot2.3.0 整合 mybatis ,web

错误

org.apache.tomcat.jni.LibraryNotFoundError: Can’t load library: E:\PDF\spring\springboot\SpringBoot整合Mybatis\springboot-mybatis\bin\tcnative-1.dll, Can’t load library:

找不到 ​​tcnative-1.dll​

解决办法:

直接将 tomcat/bin 下的tcnative-1.dll放到 C:\Windows\System32 下,重新启动项目即可。



举报

相关推荐

0 条评论