@@ -78,6 +78,16 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <!-- 去除指定的包,及其包下的类-->
+ <exclude>**/proto/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
</build>
@@ -22,7 +22,7 @@
</encoder>
</appender>
- <logger name="org.hibernate" level="ERROR" />
+ <logger name="org.hibernate" level="INFO" />
<!-- 日志输出级别 -->
<root level="@logging.level.root@">
<appender-ref ref="FILE" />