|
|
@ -1,8 +1,10 @@ |
|
|
package com; |
|
|
package com; |
|
|
|
|
|
|
|
|
import org.springframework.boot.SpringApplication; |
|
|
import org.springframework.boot.SpringApplication; |
|
|
|
|
|
import org.springframework.cloud.client.SpringCloudApplication; |
|
|
import org.springframework.session.data.redis.config.annotation.web.http.EnableRedisHttpSession; |
|
|
import org.springframework.session.data.redis.config.annotation.web.http.EnableRedisHttpSession; |
|
|
|
|
|
|
|
|
|
|
|
@SpringCloudApplication |
|
|
@EnableRedisHttpSession |
|
|
@EnableRedisHttpSession |
|
|
public class XmApplication { |
|
|
public class XmApplication { |
|
|
|
|
|
|
|
|
|