Commit 7db12cd7 by Patryk Czarnik

Konfiguracja JSP

parent efbdc29b
......@@ -55,6 +55,14 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<!-- Dodatkowe zależności, aby używać JSP w Springu -->
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<!-- numer wersji będzie automatycznie nadany przez Spring Boot -->
</dependency>
</dependencies>
<build>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment