摘要: 项目路径如下 pom.xml添加 <!-- logback --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-logging</artifactId> <versi 阅读全文
posted @ 2021-06-04 11:57 音Duang 阅读(52) 评论(0) 推荐(0) 编辑
摘要: CREATE TABLE `user` ( `id` bigint(20) NOT NULL COMMENT '主键ID', `name` varchar(30) DEFAULT NULL COMMENT '姓名', `age` int(11) DEFAULT NULL COMMENT '年龄', 阅读全文
posted @ 2021-06-04 11:09 音Duang 阅读(47) 评论(0) 推荐(0) 编辑