台桌统计报表

This commit is contained in:
Tankaikai
2025-04-02 13:25:56 +08:00
parent 6eb0a765c1
commit 84b7ac9e39
12 changed files with 314 additions and 38 deletions

View File

@@ -18,6 +18,7 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
public class ProductApplication {
public static void main(String[] args) {
SpringApplication.run(ProductApplication.class, args);
}

View File

@@ -1,5 +1,7 @@
server:
port: 9300
servlet:
context-path: /product
spring:
application:
@@ -14,6 +16,7 @@ wx:
operationMsgTmpId: wFdoUG-dUT7bDRHq8bMJD9CF5TjyH9x_uJQgQByZqHg
warnMsgTmpId: C08OUr80x6wGmUN1zpFhSQ3Sv7VF5vksdZigiEx2pD0
logging:
config: classpath:logback.xml
@@ -28,4 +31,6 @@ pagehelper:
helper-dialect: mysql
support-methods-arguments: true
dubbo:
consumer:
check: false