Job交互完善

This commit is contained in:
xueli.xue 2015-12-26 23:29:48 +08:00
commit abf21f1828
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1,4 @@
/target/
/.settings/
/bin/
/.gitignore

View File

@ -1,3 +1,2 @@
eclipse.preferences.version=1
encoding//src/main/java=UTF8
encoding//src/test/java=UTF8

View File

@ -29,7 +29,6 @@ import com.xxl.job.service.job.DemoJobBeanB;
*/
@Controller
public class IndexController {
// local job bean list
public static Map<String, String> jobBeanMap = new HashMap<String, String>();