![JAR search and dependency download from the Maven repository](/logo.png)
com.liumapp.certificate.generator.Main Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of certificate-generator Show documentation
Show all versions of certificate-generator Show documentation
Generating RSA certificate for personal.
package com.liumapp.certificate.generator;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* Created by liumapp on 9/28/17.
* E-mail:[email protected]
* home-page:http://www.liumapp.com
*/
@SpringBootApplication(scanBasePackages = {"com.liumapp.certificate"})
public class Main {
public static void main(String[] args) {
SpringApplication.run(Main.class , args);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy