上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 65 下一页
摘要: <!-- 数据源信息--> <!-- <dependency>--> <!-- <groupId>org.springframework.boot</groupId>--> <!-- <artifactId>spring-boot-starter-jdbc</artifactId>--> <!-- 阅读全文
posted @ 2022-12-13 11:58 cnetsa 阅读(50) 评论(0) 推荐(0) 编辑
摘要: <!-- 监控--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> 阅读全文
posted @ 2022-12-13 11:57 cnetsa 阅读(37) 评论(0) 推荐(0) 编辑
摘要: pom之 热部署spring-boot-devtools <!-- 热部署 Ctrl+Shift+Alt+/ --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</ 阅读全文
posted @ 2022-12-13 11:57 cnetsa 阅读(42) 评论(0) 推荐(0) 编辑
摘要: spring-boot-starter-web <!-- web模块--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </depe 阅读全文
posted @ 2022-12-13 11:56 cnetsa 阅读(77) 评论(0) 推荐(0) 编辑
摘要: spring-boot-starter <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> 阅读全文
posted @ 2022-12-13 11:55 cnetsa 阅读(12) 评论(0) 推荐(0) 编辑
摘要: java版本;源码build编码。输出编码; spring-boot 版本 <properties> <java.version>1.8</java.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 阅读全文
posted @ 2022-12-13 11:54 cnetsa 阅读(61) 评论(0) 推荐(0) 编辑
摘要: <modelVersion>4.0.0</modelVersion> <groupId>com.example</groupId> <artifactId>demo</artifactId> <version>0.0.1-SNAPSHOT</version> <name>demo</name> <d 阅读全文
posted @ 2022-12-13 11:53 cnetsa 阅读(94) 评论(0) 推荐(0) 编辑
摘要: import org.springframework.beans.factory.annotation.Autowired; @Autowired import org.springframework.beans.factory.annotation.Value; @Value("${student 阅读全文
posted @ 2022-12-13 11:47 cnetsa 阅读(8) 评论(0) 推荐(0) 编辑
摘要: package com.example.demo.entity; import lombok.Data; import org.springframework.stereotype.Component; import org.springframework.boot.context.properti 阅读全文
posted @ 2022-12-13 11:46 cnetsa 阅读(119) 评论(0) 推荐(0) 编辑
摘要: package com.example.demo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; /** 阅读全文
posted @ 2022-12-13 11:44 cnetsa 阅读(57) 评论(0) 推荐(0) 编辑
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 65 下一页