请一定要先安装lombok
插件,少写很多getter/setter。不装插件会找不到getter/setter方法
第一种方式比较方便,可以引用整个标准库,第二种方式比较灵活。如果你只用得上其中某个模块的功能,适合单独引用。
<dependency>
<groupId>info.xiaomo</groupId>
<artifactId>all</artifactId>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>info.xiaomo</groupId>
<artifactId>base</artifactId>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>info.xiaomo</groupId>
<artifactId>config</artifactId>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>info.xiaomo</groupId>
<artifactId>persist</artifactId>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>info.xiaomo</groupId>
<artifactId>logger</artifactId>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>info.xiaomo</groupId>
<artifactId>protocol</artifactId>
<version>RELEASE</version>
</dependency>
all
模块,支持单个模块引用和一次全部引用lombok
develop
分支,将master作用稳定版本config
模块实现excel配置表读取功能,支持.xls
,.xlsx
等多种excel文件格式(默认为xlsx
)2017.1
,定为以年份为开头4.1.42
665419015
Copyright 2017-2019 GameUnion Group
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.