java bug
浆果吖
程序员
展开
-
【Java - bug】项目实践-mysql
mysql驱动版本errSQLException: Access denied for user ‘root’@‘10.2.26.170’ (using password: YES)解决:用户密码错误java.lang.IllegalStateException: Failed to load ApplicationContext– ConfigurationPropertiesBindException: Error creating bean with name ‘durid’: C..原创 2021-02-03 22:48:49 · 127 阅读 · 0 评论 -
【-】linux error
linux 安装过程的问题:openssl报错:Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR)解决apt-get install libssl-devhttps://blog.csdn.net/wanxuexiang/article原创 2020-11-17 16:34:38 · 106 阅读 · 0 评论 -
【Java error】配置文件Annotation Processor报错
question:Spring Boot Configuration Annotation Proessor not found in classpathsolution:打开右上角链接,添加到 pom.xml,然后reimport后运行一下<dependency> <groupId>org.springframework.boot</grou...原创 2019-10-22 21:47:14 · 478 阅读 · 0 评论 -
【java err】Intellij IDEA 报错 cannot access xxx(类名)
重启idea!原创 2020-06-02 15:33:52 · 2989 阅读 · 0 评论 -
【java err】Intellij IDEA 提示Cannot resolve symbol 'log' 的解决方法
使用安装 lombok 插件方法:安装转载 2019-11-05 14:34:26 · 713 阅读 · 0 评论 -
【Java error】配置文件.properties乱码问题
question:配置文件.properties输出变量乱码solution:File->settings->如下原创 2019-10-23 16:29:17 · 172 阅读 · 0 评论