提交 | 用户 | 时间 | ||
58d006 | 1 | package com.mandi.common.mail; |
A | 2 | |
3 | import java.util.List; | |
4 | ||
5 | import org.springframework.context.annotation.Scope; | |
6 | import org.springframework.stereotype.Service; | |
7 | ||
8 | @Service | |
9 | @Scope("singleton") | |
10 | public class Mailsendthread extends Thread { | |
11 | } |