架构性调整【懒得区分了,哈哈哈哈】,主要是跑通了第一个功能测试
This commit is contained in:
@@ -9,7 +9,7 @@ spring:
|
||||
password:
|
||||
flyway:
|
||||
# 是否启动 flyway
|
||||
enabled: true
|
||||
enabled: false
|
||||
# 文件编码
|
||||
encoding: UTF-8
|
||||
# SQL 脚本位置,默认位于 classpath 下的 db/migration 目录
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.guo.learningprogresstracker.mapper.TasksMapper">
|
||||
|
||||
<resultMap id="BaseResultMap" type="com.guo.learningprogresstracker.entity.TasksEntity">
|
||||
<resultMap id="BaseResultMap" type="com.guo.learningprogresstracker.entity.TaskEntity">
|
||||
<id property="taskId" column="task_id" jdbcType="INTEGER"/>
|
||||
<result property="taskName" column="task_name" jdbcType="VARCHAR"/>
|
||||
<result property="materialUrl" column="material_url" jdbcType="VARCHAR"/>
|
||||
|
||||
Reference in New Issue
Block a user