ismailfer / fullstack-crud-jsp-security

Fullstack Spring Boot JSP, JSTL, JPA, MySQL, application with CRUD functions, deployeable as an executable war file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fullstack-springboot-crud-jsp-security-mysql

Description

  • Spring Boot
  • Spring Data JPA
  • JSP
  • Spring Security
  • MySQL

Deployment and execution as war file

SpringBoot with JSP support must be packaged as a war file; in order to include the webpages under /WEB-INF/ The war file built by spring boot is executable just like jar files;

so to run it:

java -jar your_war_file.war

About

Fullstack Spring Boot JSP, JSTL, JPA, MySQL, application with CRUD functions, deployeable as an executable war file


Languages

Language:Java 100.0%