摘要:
idea 1.File –> Project Structure,Modules->Dependencies 点击加号“+”,选择JARs or ... 或者选择Library。 在选择你要导入的jar包。 2.在项目目录创建lib文件夹,复制jar包到lib文件夹。右键jar包,找到Add as 阅读全文
摘要:
数据库连接问题:The server selected protocol version TLS10 is not accepted by client preferences [TLS12] jdk-8u291禁用TLS 1.0和1.1 我用的数据库:SqlServer2014 进入JDK找到\j 阅读全文