/Torison

torison crowd suppor

Primary LanguageJavaScript

Torison

毕业设计项目

##1.18 框架搭建

  • com.torison.dao will put sqls to connect with mysql
  • com.torison.service will deal with business
  • com.torison.web will be uesd for webs

  • com.torison.Server will be put on dubbo and provide server for send email

    ##1.19 ###上午

  • dao层和数据库的链接和逆向工程生成mapper
  • SpringbootTest进行单元测试
  • ###下午

  • com.torison.Server中邮件发送接口
  • 使用zookeeper作为注册中心,通过dubbo暴露emailsent接口
  • 接口暴露为了给其他的同学的毕设使用

    ##1.23

     结果集映射关系,在名字相同的情况下可以不写*/
    @Results({
            @Result(column="userId", property="userid", jdbcType=JdbcType.INTEGER, id=true),
            @Result(column="userAccountNum", property="useraccountnum", jdbcType=JdbcType.VARCHAR),
            @Result(column="userPassword", property="userpassword", jdbcType= JdbcType.VARCHAR)
    })
    

    ##1.31 完成了路线制作,稍微美化了一下前端页面

    ##18.3.5 使用SpringDataJPA完成用户支付功能的接口

    ##18.3.26 遗留问题,两个图片上传有问题,最后完成图片上传问题和提交申请发布者后的处理页面就可以了