ca.bitcoco.jsk.JskApplication Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsk-starter Show documentation
Show all versions of jsk-starter Show documentation
Common service for bitcoco usage
The newest version!
package ca.bitcoco.jsk;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class JskApplication {
public static void main(String[] args) {
SpringApplication.run(JskApplication.class, args);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy