Class PizzaSiteAppApplication

java.lang.Object
balu.pizza.webapp.PizzaSiteAppApplication

@SpringBootApplication @AutoConfiguration public class PizzaSiteAppApplication extends Object
Main application launch class

Pizza chain website with Rest API. Back-end of the site, web representation and implemented REST API. Part of the site is available to all users. More functionality is available only to registered and authorized users. Site administrator can modify and add all entities.

  • Constructor Details

    • PizzaSiteAppApplication

      public PizzaSiteAppApplication()
  • Method Details

    • main

      public static void main(String[] args)
      Here start point of the app
      Parameters:
      args - command line values
    • modelMapper

      @Bean public org.modelmapper.ModelMapper modelMapper()