摘要: 目录结构 SQLiteConfig.properties driver=org.sqlite.JDBC url=jdbc:sqlite:src/main/resources/test.db username="" password="" mybatis-config <?xml version="1 阅读全文
posted @ 2021-11-21 20:58 丁帅帅dss 阅读(755) 评论(0) 推荐(0)
摘要: Spring boot 默认首页配置 首页文件需要放到static目录下, import org.springframework.context.annotation.Configuration; import org.springframework.core.Ordered; import org 阅读全文
posted @ 2021-11-21 14:12 丁帅帅dss 阅读(342) 评论(0) 推荐(0)