Package com.arms

Class Application


  • @EnableSwagger2
    @SpringBootApplication
    @ImportResource({"classpath:com/arms/egovframework/spring/context-common.xml","classpath:com/arms/egovframework/spring/context-hibernate.xml","classpath:com/arms/egovframework/spring/context-jdbc.xml"})
    @EnableAsync
    public class Application
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Application()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      org.modelmapper.ModelMapper modelMapper()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Application

        public Application()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • modelMapper

        @Bean
        public org.modelmapper.ModelMapper modelMapper()