摘要: mysql导入文本步骤 1、修改mysql.ini ,增加配置 [mysqld] local_infile=ON [mysql] local_infile=ON 2、springboot mysql配置增加 allowLoadLocalInfile=true url: jdbc:mysql://lo 阅读全文
posted @ 2023-01-12 15:44 湖北技升软件 阅读(197) 评论(0) 推荐(0)
摘要: 1、引入依赖 <!-- https://mvnrepository.com/artifact/net.sf.jacob-project/jacob --> <dependency> <groupId>net.sf.jacob-project</groupId> <artifactId>jacob</ 阅读全文
posted @ 2023-01-12 10:05 湖北技升软件 阅读(70) 评论(0) 推荐(0)
摘要: 获取系统属性 System.out.println("Java运行时环境版本:"+System.getProperty("java.version")); System.out.println("Java 运行时环境供应商:"+System.getProperty("java.vendor")); 阅读全文
posted @ 2023-01-12 09:57 湖北技升软件 阅读(106) 评论(0) 推荐(0)