摘要: <dependency> <groupId>com.oracle.database.jdbc</groupId> <artifactId>ojdbc6</artifactId> <version>11.2.0.4</version> </dependency> <dependency> <group 阅读全文
posted @ 2023-05-23 11:06 KeepSmiling_me 阅读(25) 评论(0) 推荐(0)
摘要: 引入 <dependency> <groupId>com.liferay</groupId> <artifactId>com.fasterxml.jackson.annotations</artifactId> <version>2.10.3.LIFERAY-PATCHED-1</version> 阅读全文
posted @ 2023-05-23 10:54 KeepSmiling_me 阅读(104) 评论(0) 推荐(0)
摘要: import lombok.SneakyThrows; import org.springframework.beans.BeansException; import org.springframework.beans.factory.annotation.Autowired; import org 阅读全文
posted @ 2023-05-23 10:39 KeepSmiling_me 阅读(45) 评论(0) 推荐(0)
摘要: 1.mysql -u root -p 输入密码 2.选择数据库 use database 2.导入文件csv文件 load data local infile 'E:\\tmp\\prod.csv' into table ${tableName} fields terminated by ',' l 阅读全文
posted @ 2023-05-23 09:45 KeepSmiling_me 阅读(71) 评论(0) 推荐(0)