06 2022 档案

摘要:<!-- jdbc--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jdbc</artifactId> </dependency><!-- 数据库驱动-- 阅读全文
posted @ 2022-06-02 21:29 Arreboll 阅读(40) 评论(0) 推荐(0)
摘要:@ServletComponentScan(basePackages = "com.servlet") @SpringBootApplication public class Springboot05ServletApplication { public static void main(Strin 阅读全文
posted @ 2022-06-02 20:50 Arreboll 阅读(21) 评论(0) 推荐(0)