MCPcopy Create free account
hub / github.com/aaPanel/BaoTa / start_spring_project

Method start_spring_project

mod/project/java/project_update.py:66–67  ·  view source on GitHub ↗
(self, project_data: dict, write_systemd_file=True, need_wait=True, )

Source from the content-addressed store, hash-verified

64 return "_" + uuid.uuid4().hex[::4]
65
66 def start_spring_project(self, project_data: dict, write_systemd_file=True, need_wait=True, ) -> dict:
67 return self.j_project._start_spring_boot_project(project_data, write_systemd_file, need_wait)
68
69 def restart_update(self) -> dict:
70 project_data = self.j_project.get_project_find(self.project_name)

Callers 2

restart_updateMethod · 0.95
start_newMethod · 0.95

Calls 1

Tested by

no test coverage detected