测试下代码高亮

测试下代码高亮显示

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'

  

posted on 2017-01-03 13:29  二进制小兔子  阅读(73)  评论(0编辑  收藏  举报