Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
张松
2025-12-01 14:36:48 +08:00
18 changed files with 394 additions and 82 deletions

View File

@@ -6,6 +6,7 @@ import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.annotation.EnableScheduling;
import org.springframework.transaction.annotation.EnableTransactionManagement;
@@ -21,6 +22,7 @@ import javax.annotation.PostConstruct;
@EnableDubbo
@EnableScheduling
@Slf4j
@EnableAsync
public class MarketApplication {
public static void main(String[] args) {
SpringApplication.run(MarketApplication.class, args);

View File

@@ -6,15 +6,13 @@ spring:
name: market
profiles:
active: dev
include: tools
wx:
ysk:
appId: wx212769170d2c6b2a
secrete: 8492a7e8d55bbb1b57f5c8276ea1add0
operationMsgTmpId: wFdoUG-dUT7bDRHq8bMJD9CF5TjyH9x_uJQgQByZqHg
warnMsgTmpId: C08OUr80x6wGmUN1zpFhSQ3Sv7VF5vksdZigiEx2pD0
task:
execution:
pool:
core-size: 8
max-size: 16
queue-capacity: 200
thread-name-prefix: async-product-
logging:
config: classpath:logback.xml