搭建Account Book v2项目过程

Posted xiueer

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了搭建Account Book v2项目过程相关的知识,希望对你有一定的参考价值。

###一、准备工作

  • 安装mysql、JDK、Tomcat和Maven;

  • 到https://github.com/TaoXiuxia/AccountBook-V2下载项目,并解压复制到你的工作目录中;

###二、建立数据库和表
项目zip中有sql脚本,利用该脚本创建数据库表:

  • create database database_test; (数据库名称可以自己起,我的是account_v2)

  • use database_test;

  • source sql文件路径

###三、导入项目

  • 在eclipse中导入Maven项目:
    File > Import > Maven > Existing Maven Projects
    在Root Directory中选择刚刚解压的项目(在Projects框中选中pom.xml(默认选中))
    finish
    此时会报很多错误,先不要管

  • 设置Windows > Preferences > Java > Compiler选择JDK版本为你安装的JDK版本

  • 设置Windows > Preferences > Workspace编码为UTF-8

  • 设置 项目右键 > Properties > Project Facets > Java 选择你安装的版本

  • 设置 项目右键 > Build Path > Configure Build Path
    将Source中带 × 的remove掉(src/test/java)
    Libraries > Add Library > Server Runtime > 选择Tomcat > finish
    (如果Server Runtime中没有Tomcat就到Windows > Preferences > Server > Runtime Environment > Add中把Tomcat加进来)

  • 此时项目会自动build,错误消失,项目搭建完成。
    如果没有自动build,就clean一下项目。

###四、修改配置文件

将项目中 src/main/resources/mybatis-spring.xml 文件中的数据库相关配置换成你的配置

运行项目

体验一把: http://119.28.193.233:8080/accountbook_web/userController/showUserLogin.action

如果还有什么错误,可以在这里留言,我会尽快回复的 :)

以上是关于搭建Account Book v2项目过程的主要内容,如果未能解决你的问题,请参考以下文章

免费搭建个人博客

Heshen's Account Book HihoCoder - 1871 2018北京区域赛B题(字符串处理)

Postman - 如何使用 V2 端点将用户导入 BIM 360 项目

hyperledger fabric v2.4环境搭建及区块链项目开发

使用git子模块管理项目

搭建git服务