ing
This commit is contained in:
parent
a5ebfb95c5
commit
5f730ab5a2
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -13,7 +13,7 @@
|
||||||
"stopOnEntry": false,
|
"stopOnEntry": false,
|
||||||
"mainClass": "com.loafle.overflow.container.general.GeneralContainer",
|
"mainClass": "com.loafle.overflow.container.general.GeneralContainer",
|
||||||
"projectName": "container_general",
|
"projectName": "container_general",
|
||||||
"args": "60000"
|
"args": "60000 -Dlogging.config=file:\"/project/go/src/git.loafle.net/overflow/probe/_build/bin/general.logging.xml\""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "java",
|
"type": "java",
|
||||||
|
|
|
@ -24,7 +24,6 @@ public class GeneralContainerClient extends ContainerClient {
|
||||||
|
|
||||||
private Map<Class<?>, Object> services;
|
private Map<Class<?>, Object> services;
|
||||||
|
|
||||||
|
|
||||||
protected void init() throws Exception {
|
protected void init() throws Exception {
|
||||||
super.init();
|
super.init();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user