1. 首页
  2. 数据库
  3. 其它
  4. todoList SpringMvc:Spring Web MVC:pencil:이용한待办事项列表구현 源码

todoList SpringMvc:Spring Web MVC:pencil:이용한待办事项列表구현 源码

上传者: 2021-04-26 07:26:21上传 ZIP文件 237.98KB 热度 6次
Spring Web MVC용한이용한 :pencil: 待办事项清单구현 Spring Boot Thymeleaf JPA H2 database DB기본정 때때블은이생성이됩니다。 DROP TABLE IF EXISTS TODO_ITEM; create table todo_item ( id bigint generated by default as identity, date date, status varchar(255), title varchar(255), primary key (id) ) 待办
用户评论