MCPcopy Create free account
hub / github.com/Ramos-dev/OSSTunnel / main

Method main

manager/src/main/java/server/Manager.java:37–41  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

35public class Manager {
36
37 public static void main(String[] args) {
38 String[] disabledCommands = {"--spring.shell.command.stacktrace.enabled=true", "-Dfile.encoding=UTF8", "-Dsun.jnu.encoding=UTF8"};
39 String[] fullArgs = StringUtils.concatenateStringArrays(args, disabledCommands);
40 ConfigurableApplicationContext context = SpringApplication.run(Manager.class, fullArgs);
41 }
42
43 @Bean
44 public PromptProvider promptProvider() {

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected