06 2022 档案
摘要:<!-- jdbc--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jdbc</artifactId> </dependency><!-- 数据库驱动--
阅读全文
摘要:@ServletComponentScan(basePackages = "com.servlet") @SpringBootApplication public class Springboot05ServletApplication { public static void main(Strin
阅读全文