Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.21 KB

Logo

JavaWebSSMLearning

This is my Java web learning based on Spring, Spring MVC and MyBatis.

I read the book Java EE Enterprise Application Development Tutorial (Java EE 企业级应用开发教程, Chapter 1 to chapter 10) 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