测试下代码高亮
测试下代码高亮显示
1 /** 2 * Created by Rabbit on 2016/12/22. 3 */ 4 public interface RabbitApi extends Serializable { 5 6 void doSoming(); 7 }
/**
* 自定义变量
*/
ext {
jar_baseName = "$jar_baseName-impl" //构建jar包名称
build_server = 'server-jar' //构建文件夹名称
main_class = 'com.cnepay.rabbit.Application'
}
apply plugin: 'spring-boot'
浙公网安备 33010602011771号