Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liuzhengyang/gae-spring
https://github.com/liuzhengyang/gae-spring
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/liuzhengyang/gae-spring
- Owner: liuzhengyang
- Created: 2016-02-10T09:01:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T09:16:53.000Z (almost 9 years ago)
- Last Synced: 2024-09-17T03:05:19.675Z (about 2 months ago)
- Language: Java
- Size: 29.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gae-spring
It's Google AppEngine And Spring, Spring MVC.
Basically it's an image gallery.
I am planning add one automate crawler to crawling images.
And one request proxy for experiment.# Status
Developing# prerequisite
mvn
java7+# Usage
### gallery
```
https://github.com/liuzhengyang/gae-spring
cd java-proxy
mvn appengine:devserver
open browser in http://localhost:8080
```### request proxy
```
open http://localhost:8080/fetch?url=http://www.google.com
```### deploy to your google app engine
Modify app id in src/main/webapp/WEB-INF/appengine-web.xml
Here is my demo [http://lzydemo1.appspot.com/](http://lzydemo1.appspot.com/)