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.
- Java 8
- Tomcat 8.5
- Intellij IDEA IntelliJ IDEA 2018.1.4 (Ultimate Edition)
- MySQL 5.7.21 Community Server
- 0.0.1-SNAPSHOT
- Work in progress
Johnny Miller (鍾俊) – @ijohnnymiller – johnnysviva@outlook.com
Distributed under the MIT license. See LICENSE for more information.
- Fork it (https://github.com/johnnymillergh/JavaWebSSMLearningBasedOnGradle/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request