https://github.com/tekintian/java-struts2-simple-demo
java struts2 simple demo with maven , java9 jdk9.0 supported , for java learning!
https://github.com/tekintian/java-struts2-simple-demo
Last synced: 6 months ago
JSON representation
java struts2 simple demo with maven , java9 jdk9.0 supported , for java learning!
- Host: GitHub
- URL: https://github.com/tekintian/java-struts2-simple-demo
- Owner: tekintian
- License: gpl-3.0
- Created: 2018-01-31T09:52:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T01:55:25.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T05:29:17.731Z (8 months ago)
- Language: Java
- Homepage: http://tekin.yunnan.ws/java-struts2-simple-demo
- Size: 11.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java-struts2-simple-demo
java struts2 simple demo with maven , java9 jdk9.0 supported***
## 运行环境:
- IDEA 2017 3.3
- Tomcat 9.0
- jdk 9
- maven 3.5.3***
## category tree
```markdown
├─.idea IDEA编辑器的工程文件
│ ├─artifacts
│ ├─inspectionProfiles
│ └─libraries
├─.settings
├─src
│ ├─main
│ │ ├─java JAVA类文件
│ │ │ └─cn
│ │ │ └─tekin
│ │ │ └─action
│ │ ├─resources 项目资源文件
│ │ └─webapp WEB APP资源文件
│ │ ├─images
│ │ ├─META-INF
│ │ ├─user
│ │ └─WEB-INF
│ │ └─classes
│ └─test 测试
│ ├─java 测试类文件
│ └─resources 资源文件
└─target 编译后的文件存放目录
```1. JAVA技术交流讨论QQ群:109857332
2. [Github](http://tekin.yunnan.ws/)***