An open API service indexing awesome lists of open source software.

https://github.com/lazhari/jsp-docker-compose-dev-env

Design your templates with JSP and use docker-compose for a clean dev environment
https://github.com/lazhari/jsp-docker-compose-dev-env

docker docker-compose jsp tomcat

Last synced: about 2 months ago
JSON representation

Design your templates with JSP and use docker-compose for a clean dev environment

Awesome Lists containing this project

README

          

# JSP and docker-compose

As a front-end developer, there's no necessity to install all JAVA stuff in your laptop to start designing your pages using JSP as a template engine. you need just to have docker on your computer and run:

```
docker-compose up
```

Visit http://localhost:8888/webapp to see if your website is running!