diff options
| author | wangwei <[email protected]> | 2018-12-07 10:27:04 +0800 |
|---|---|---|
| committer | wangwei <[email protected]> | 2018-12-07 10:27:04 +0800 |
| commit | 53dea8797ee495c3ea07fa4fc22c04ff96514e7d (patch) | |
| tree | e232ac3bcdbfae61ac7b56388b5f3933bd406d6c /src/main/java | |
| parent | ee8fcfe315ca4d706fe03c8d975dbbe5c165c288 (diff) | |
删除多余的配置
Diffstat (limited to 'src/main/java')
| -rw-r--r-- | src/main/java/com/nis/galaxy/config/MyLoad.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/com/nis/galaxy/config/MyLoad.java b/src/main/java/com/nis/galaxy/config/MyLoad.java index d1267b8..6903f92 100644 --- a/src/main/java/com/nis/galaxy/config/MyLoad.java +++ b/src/main/java/com/nis/galaxy/config/MyLoad.java @@ -31,8 +31,7 @@ import java.util.concurrent.ConcurrentHashMap; public class MyLoad { protected final Logger logger = LoggerFactory.getLogger(this.getClass()); private int a = 1; - @Value("${dict.moment.switch}") - private boolean dictMomentSwitch; + @Autowired DictService dictService; /** |
