File tree Expand file tree Collapse file tree 5 files changed +0
-15
lines changed
src/main/java/com/github/binarywang/demo/wechat/handler Expand file tree Collapse file tree 5 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 2
2
3
3
import java .util .Map ;
4
4
5
- import org .springframework .beans .factory .config .ConfigurableBeanFactory ;
6
- import org .springframework .context .annotation .Scope ;
7
5
import org .springframework .stereotype .Component ;
8
6
9
7
import com .github .binarywang .demo .wechat .builder .TextBuilder ;
20
18
*
21
19
*/
22
20
@ Component
23
- @ Scope (ConfigurableBeanFactory .SCOPE_PROTOTYPE )
24
21
public class LocationHandler extends AbstractHandler {
25
22
26
23
@ Override
Original file line number Diff line number Diff line change 2
2
3
3
import java .util .Map ;
4
4
5
- import org .springframework .beans .factory .config .ConfigurableBeanFactory ;
6
- import org .springframework .context .annotation .Scope ;
7
5
import org .springframework .stereotype .Component ;
8
6
9
7
import me .chanjar .weixin .common .api .WxConsts ;
16
14
* @author Binary Wang
17
15
*/
18
16
@ Component
19
- @ Scope (ConfigurableBeanFactory .SCOPE_PROTOTYPE )
20
17
public class MenuHandler extends AbstractHandler {
21
18
22
19
@ Override
Original file line number Diff line number Diff line change 3
3
import java .util .Map ;
4
4
5
5
import org .apache .commons .lang3 .StringUtils ;
6
- import org .springframework .beans .factory .config .ConfigurableBeanFactory ;
7
- import org .springframework .context .annotation .Scope ;
8
6
import org .springframework .stereotype .Component ;
9
7
10
8
import com .github .binarywang .demo .wechat .builder .TextBuilder ;
23
21
*
24
22
*/
25
23
@ Component
26
- @ Scope (ConfigurableBeanFactory .SCOPE_PROTOTYPE )
27
24
public class MsgHandler extends AbstractHandler {
28
25
29
26
@ Override
Original file line number Diff line number Diff line change 2
2
3
3
import java .util .Map ;
4
4
5
- import org .springframework .beans .factory .config .ConfigurableBeanFactory ;
6
- import org .springframework .context .annotation .Scope ;
7
5
import org .springframework .stereotype .Component ;
8
6
9
7
import com .github .binarywang .demo .wechat .builder .TextBuilder ;
19
17
* @author Binary Wang
20
18
*/
21
19
@ Component
22
- @ Scope (ConfigurableBeanFactory .SCOPE_PROTOTYPE )
23
20
public class SubscribeHandler extends AbstractHandler {
24
21
25
22
@ Override
Original file line number Diff line number Diff line change 2
2
3
3
import java .util .Map ;
4
4
5
- import org .springframework .beans .factory .config .ConfigurableBeanFactory ;
6
- import org .springframework .context .annotation .Scope ;
7
5
import org .springframework .stereotype .Component ;
8
6
9
7
import me .chanjar .weixin .common .session .WxSessionManager ;
15
13
* @author Binary Wang
16
14
*/
17
15
@ Component
18
- @ Scope (ConfigurableBeanFactory .SCOPE_PROTOTYPE )
19
16
public class UnsubscribeHandler extends AbstractHandler {
20
17
21
18
@ Override
You can’t perform that action at this time.
0 commit comments