com.redick.example.GrpcServerApplication Maven / Gradle / Ivy
The newest version!
package com.redick.example;
import com.redick.starter.annotation.LogHelperEnable;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* @author Redick01
*/
@SpringBootApplication
@LogHelperEnable
public class GrpcServerApplication {
public static void main(String[] args) {
SpringApplication.run(GrpcServerApplication.class, args);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy