cxd 8 months ago
parent
commit
3c9ef32228

+ 0 - 0
framework/src/main/resources/file.conf → framework/src/main/file.conf


+ 0 - 0
framework/src/main/resources/log4j2-spring.xml → framework/src/main/log4j2-spring.xml


+ 4 - 0
module-erp/src/main/java/com/hys/app/controller/erp/use/PayController.java

@@ -164,5 +164,9 @@ public class PayController extends HttpServlet {
 
 
 
+    }
+    @GetMapping("/aa")
+    public String handleWeixinCallback()  {
+       return "aaa";
     }
 }

+ 1 - 1
server/src/main/resources/application.yml

@@ -23,7 +23,7 @@ spring:
 # 开发环境日志为debug
 logging:
   file: logs/erp-server.out
-  config: classpath:log4j2-spring.xml #日志文件自定义名
+#  config: classpath:log4j2-spring.xml #日志文件自定义名
   level:
     org.springframework: ERROR
     springfox.documentation: ERROR