Skip to content

Commit d8d8115

Browse files
chenw1201windybirth
authored andcommitted
Master (#15)
* editlimiande ibian * update basic skill master edit component * 2212 121 * 123 123
1 parent 652cd94 commit d8d8115

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
package jp.wicresoft.controller;
22

3+
import org.springframework.beans.factory.annotation.Autowired;
4+
import org.springframework.stereotype.Controller;
5+
6+
import jp.wicresoft.impl.SkillMasterEditImpl;
7+
8+
@Controller
39
public class SkillMasterEditController {
410

11+
@Autowired
12+
SkillMasterEditImpl skillMasterEditImpl;
513
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
package jp.wicresoft.impl;
22

3+
import org.springframework.stereotype.Component;
4+
5+
@Component
36
public class SkillMasterEditImpl {
47

58
}

0 commit comments

Comments
 (0)