@@ -67,3 +67,4 @@ public class StoreCuisineCombo {
+
@@ -17,3 +17,4 @@ public interface StoreCuisineComboMapper extends BaseMapper<StoreCuisineCombo> {
@@ -17,3 +17,4 @@ public interface StoreCuisineMapper extends BaseMapper<StoreCuisine> {
@@ -27,3 +27,4 @@
@@ -12,7 +12,7 @@
<!-- 定义全局参数常量 -->
<property name="log.level" value="debug"/>
<property name="log.maxHistory" value="30"/><!-- 30表示30个 -->
- <springProperty scope="context" name="logging.path" source="logging.path" defaultValue="D:/project/ext/log"/>
+ <springProperty scope="context" name="logging.path" source="logging.path" defaultValue="C:/project/ext/log"/>
<!--输出文件前缀-->
<property name="FILENAME" value="xiaokuihua_gateway"/>
@@ -34,3 +34,4 @@ public interface StoreCuisineComboService extends IService<StoreCuisineCombo> {
<property name="FILENAME" value="alien"/>