摘要:
Controller参数绑定的类型 Controller的绑定参数类型6种。没有参数(系统默认类型);简单类型(Intager,Double)等;pojo类(对象);数组;集合;HashMap等。 我们用一个例子,用代码表达: 用户(uid,uname,upass,birthday,cid) 省份( 阅读全文
摘要:
spring--boot数据库增删改查 数据库配置:(必须配置),我写的文件是yml的,和properties是相同的 在建一个Repository.java(继承JpaRepository) 1 public interface GirlRepository extends JpaReposito 阅读全文