GithubHelp home page GithubHelp logo

spring-boot-web-template's Introduction

#spring-boot-web-template 1)该项目可作为spring boot开发web项目时使用的模板

2)在build.gradle文件中引入了对于spring web, spring data jpa, spring data redis, mysql等基础依赖,可以满足基本web和访问数据库的需求。

3)因为在gradle中引入了data jpa 和 mysql 依赖,相应地,必须要在application.properties中加入spring.jpa和spring.datasource的相关配置项,否则运行会出错。

4)从该项目拷贝后新建其他项目时,除了使用Eclipse refactor功能修改包名和类名之外,还需要记得做一次“gradle task: clean”,清除该模板项目的构建残留信息,否则,直接运行“gradle task: bootRun”,会提示出错。

spring-boot-web-template's People

Contributors

guguxl avatar

Watchers

James Cloos avatar  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.