Connected to the target VM, address: '127.0.0.1:51189', transport: 'socket'
[DEBUG] 16:59:15.945 org.nutz.resource.Scans.printLocations(Scans.java:527) - Locations count=80 time use 218ms
[DEBUG] 16:59:15.963 org.nutz.resource.Scans.scan(Scans.java:280) - Found 0 resource by src( /code/code.json ) , regex( ^(.+[.])(js|json)$ )
[DEBUG] 16:59:16.057 org.nutz.castor.Castors.reload(Castors.java:115) - Using 95 castor for Castors
Exception in thread "main" java.lang.RuntimeException: folder or file like '^(.+[.])(js|json)$' no found in /code/code.json
at org.nutz.lang.Lang.makeThrow(Lang.java:152)
at org.nutz.resource.Scans.loadResource(Scans.java:112)
at org.nutz.ioc.loader.json.JsonLoader.<init>(JsonLoader.java:45)
at cn.enilu.common.code.Generator.main(Generator.java:152)
Disconnected from the target VM, address: '127.0.0.1:51189', transport: 'socket'
初学者使用的是Github上面的NutzWk项目,
已经在IDEA插件中下载了代码生成插件,并写了一个model右键在代码中测试,报错..
求指点