Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axelop96/app-gimnasio
https://github.com/axelop96/app-gimnasio
css spring-mvc thymeleaf
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/axelop96/app-gimnasio
- Owner: AxelOP96
- Created: 2024-07-27T02:43:46.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T03:14:28.000Z (7 months ago)
- Last Synced: 2024-11-16T22:35:22.337Z (3 months ago)
- Topics: css, spring-mvc, thymeleaf
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Proyecto base Taller Web I (Maven and Thymeleaf)
===============================## 1. Como iniciar el proyecto
```shell
$ mvn clean jetty:run
# http://localhost:8080/spring
```
## 2. Thymeleaf
* [Documentacion](https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html)## 3. GitHub Actions
* [Documentacion](https://docs.github.com/es/actions/quickstart)## 4. Playwright
* [Documentacion](https://playwright.dev/java/docs/intro)## 5. Como correr las pruebas de punta a punta
### Iniciar el servidor
```shell
$ mvn clean jetty:run
```
### Correr las pruebas en otra terminal
```shell
$ mvn test -Dtest="VistaLoginE2E"
```## 6. Tecnologías:
* Java 11
* Spring 5.2.22.RELEASE
* Thymeleaf 3.0.15.RELEASE
* Embedded Jetty Server 9.4.45.v20220203
* Servlet API 4.0.4
* Bootstrap 5.2.0 (webjars)
* IntelliJ IDEA
* Maven 3.8.6
* Spring Test 5.2.22.RELEASE
* Hamcrest 2.2
* JUnit 5.9
* Hibernate 5.4.24.Final
* Mockito 5.3.1
* Playwright 1.36.0*_Proyecto modificado en base a: [Spring MVC hello world example (Maven and Thymeleaf)](https://mkyong.com/spring-mvc/spring-mvc-hello-world-example/) _*