Spring boot+ maven + thymeleaf + HTML 實現簡單的web項目

第一步: 創建一個SpringBoot應用 第二步: 創建一個實體,用來存儲數據,在src/main/java/com/example/first下創建包entity , 在entity下創建Person.java文件 package com.example.first.entity; public class Person { private String name; private int a
相關文章
相關標籤/搜索