com.modest.starter.startup.Server Maven / Gradle / Ivy
The newest version!
package com.modest.starter.startup;
import com.modest.starter.startup.StartupWithDubbo;
public class Server {
public static void main(String[] args) throws Exception {
StartupWithDubbo.start("applicationContext.xml");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy