Code Monkey home page Code Monkey logo

homework.xhealthcode's Introduction

Web应用开发系列文档

目录

首页 页面设计 模型设计 请求模型 仓储 插件 Sql代码

准备开发

第一步:克隆仓库

第二步:打开Intellj IDEA,进行项目配置

此项目使用Gradle作为软件的依赖包管理工具

打开File > Settings,搜索Gradle。

将其中的Build and run using的设置改成IntellJ IDEA

指引图片

第三步:进行启动项配置

打开启动项设置(启动左边的按钮)(Edit Configurations...),然后点击左上角的+按钮,然后选择Tomcat Server>Local。然后按照下面的图进行设置。

在Server中,可以修改Http port。

在Deployment中,可以修改Application Context,可以修改为/

指引图片

第四步:将Web-INF下的web.xml.example文件重命名为web.xml,并进行相关的修改,使其符合当前的环境。

项目介绍

Web应用设计开发大作业,使用Java Servlet进行开发。

已经实现了部分工具类的代码,详情请见插件也进行查看。主要有快速绑定模型到数据库,快速验证,过滤器Filter等代码。

其他注意事项

在使用mysql8.0以下的版本时,请注意连接字符串中添加&charsetEncoding=utf-8这一语句。

homework.xhealthcode's People

Contributors

h1542462994 avatar vanot313 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.