johnnymillergh / JavaWebSSMLearningBasedOnGradle

This is my Java web learning based on Spring, Spring MVC and MyBatis, using Gradle tool to build this Intellij IDEA project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

JavaWebSSMLearningBasedOnGradle

This is my Java web learning based on Spring, Spring MVC and MyBatis, using Gradle tool to build this Intellij IDEA project.

I read the book Java EE Enterprise Application Development Tutorial (Java EE 企业级应用开发教程, Chapter 11 to chapter 18) to learn SSM frameworks, so this project is what I've learnt from the book.

Development Environment

  1. Java 8
  2. Tomcat 8.5
  3. Intellij IDEA IntelliJ IDEA 2018.1.4 (Ultimate Edition)
  4. MySQL 5.7.21 Community Server

Release History

  • 0.0.1-SNAPSHOT
    • Work in progress

Meta

Johnny Miller (鍾俊) – @ijohnnymillerjohnnysviva@outlook.com

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/johnnymillergh/JavaWebSSMLearningBasedOnGradle/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

This is my Java web learning based on Spring, Spring MVC and MyBatis, using Gradle tool to build this Intellij IDEA project.

License:MIT License


Languages

Language:Java 100.0%