Dyrandy / springtest

Simple Test for Spring Boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

springtest

Simple Test for Spring Boot

Settings

  • To use 'lombok'

    • For MAC: Go To IntelliJ IDEA -> Preferences -> Plugins -> Install Lombok -> Restart IntelliJ -> Build, Execution,Deployment -> Compiler -> Annotation Processors -> Enable Annotation Processing
    • For Windows: Same as above but go to Files -> Settings
  • To Host Web

    • Go to src/main/resources -> right click 'resources' -> Build module 'web.main'
    • After building press 'CTRL+R' or Click Run on the top right corner
    • GoTo localhost:8080

How To Use

  • Add HTML Code in /resources/templates
  • Add java files in /src/main/java/com/web/controller to make controllers

About

Simple Test for Spring Boot


Languages

Language:HTML 54.4%Language:Java 44.3%Language:CSS 1.3%