-
使用application.yml配置,":"必须要有空格查看全部
-
使用application.properties,配置服务器端口、项目的上下文路径查看全部
-
Controller要与spring-boot-starter-thymeleaf使用查看全部
-
Controller要与spring-boot-starter-thymeleaf使用查看全部
-
@Controller @RestController @ResponseBody @Controller @RequestMapping查看全部
-
package com.wanghaibin.girl; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.stereotype.Component; @Component @ConfigurationProperties(prefix = "girl") public class Girlproperties { private String cupSize; private Integer age; private String body; public String getCupSize() { return cupSize; } public void setCupSize(String cupSize) { this.cupSize = cupSize; } public Integer getAge() { return age; } public void setAge(Integer age) { this.age = age; } public String getBody() { return body; } public void setBody(String body) { this.body = body; } }查看全部
-
spring: profiles: active: prod查看全部
-
maven查看全部
-
各种DDL设置查看全部
-
Vo实体定义查看全部
-
DB配置查看全部
-
建立工程的配置查看全部
-
mvn编译后启动查看全部
-
mvn 编译查看全部
举报
0/150
提交
取消