@@ -26,6 +26,6 @@ public class DipperPositionController { | |||
@RequestMapping("/getPos") | |||
public String getPos() { | |||
return "Helle world!" + ContextLoader.getCurrentWebApplicationContext().toString(); | |||
return "Helle world!"; //ContextLoader.getCurrentWebApplicationContext().toString(); | |||
} | |||
} |
@@ -2,7 +2,7 @@ spring: | |||
main: | |||
allow-bean-definition-overriding: true | |||
application: | |||
name: dipperposition-service-dev.yaml | |||
name: dipperposition-service-dev | |||
cloud: | |||
nacos: | |||
config: | |||