摘要: springboot添加依赖 <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>runtime</scope> </dependency> application添加配置 # DataS 阅读全文
posted @ 2024-08-27 10:01 minicube 阅读(81) 评论(0) 推荐(0)