Class SplibWebConfig
java.lang.Object
jp.ecuacion.splib.web.config.SplibWebConfig
@Configuration
@ComponentScan(basePackages="jp.ecuacion.splib.core.config,jp.ecuacion.splib.web.advice,jp.ecuacion.splib.web.controller,jp.ecuacion.splib.web.service,jp.ecuacion.splib.web.util")
public class SplibWebConfig
extends Object
Provides configs for web.
It also provides the feature to persist jsessionId to cookie to avoid jsessionId from emerging in url.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SplibWebConfig
public SplibWebConfig()
-