https://github.com/lserveriiev/xml_uploader
https://github.com/lserveriiev/xml_uploader
java spring spring-boot thymeleaf
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lserveriiev/xml_uploader
- Owner: lserveriiev
- Created: 2018-02-28T19:54:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T18:25:45.000Z (over 8 years ago)
- Last Synced: 2025-02-23T05:12:17.431Z (over 1 year ago)
- Topics: java, spring, spring-boot, thymeleaf
- Language: Java
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Upload and view xml files
##### Compile application:
`mvn package`
##### Run application:
`java -jar target/uploading-xml-0.1.0.jar` or `java -jar target/uploading-xml-0.1.0.jar --server.port=8080`
##### Navigate to browser:
`http://127.0.0.1:8181`