@@ -9,12 +9,13 @@ import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
- * 目标责任书指标Controller
- * @author wang
- * @version 2023-02-23
+ * @title: Login
+ * @Author nyl
+ * @Date: 2023/2/10 10:23
+ * @Version 1.0
*/
@Controller
-@RequestMapping(value = "/main")
+@RequestMapping(value = "/login")
public class DoLoginController {
@RequestMapping(value = "doLogin")
@@ -12,7 +12,7 @@ public class LauncherServiceImpl implements LauncherService {
public void launcher(SpringApplicationBuilder builder, String appName, String profile, boolean isLocalDev) {
//NACOS_ADDR=10.65.78.23:8848
-// Properties props = System.getProperties();
-// props.setProperty("spring.cloud.nacos.config.shared-dataids", "gddl_dbkp.yaml");
+ Properties props = System.getProperties();
+ props.setProperty("spring.cloud.nacos.config.shared-dataids", "gddl_dbkp.yaml");
}