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