Commit ae7b5f47 by henry

修改配置文件

1 parent fa2162a8
......@@ -58,6 +58,16 @@
<!--jwt-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
</dependency>
......
......@@ -3,7 +3,7 @@
<!--定义日志文件的存储地址 -->
<property name="LOG_HOME" value="./logs"/>
<property name="LOG_NAME" value="eadc-architecture"/>
<property name="LOG_NAME" value="arch-overall"/>
<!--从配置中心加载数据-->
<springProperty scope="context" name="applicationName" source="spring.application.name"/>
......
<!--<?xml version="1.0" encoding="UTF-8"?>-->
<!--<properties>-->
<!-- <encodingDetectors>-->
<!-- <encodingDetector class="org.apache.tika.parser.html.HtmlEncodingDetector">-->
<!-- <params>-->
<!-- <param name="markLimit" type="int">64000</param>-->
<!-- </params>-->
<!-- </encodingDetector>-->
<!-- <encodingDetector class="org.apache.tika.parser.txt.UniversalEncodingDetector">-->
<!-- <params>-->
<!-- <param name="markLimit" type="int">64001</param>-->
<!-- </params>-->
<!-- </encodingDetector>-->
<!-- <encodingDetector class="org.apache.tika.parser.txt.Icu4jEncodingDetector">-->
<!-- <params>-->
<!-- <param name="markLimit" type="int">64002</param>-->
<!-- </params>-->
<!-- </encodingDetector>-->
<!-- </encodingDetectors>-->
<!--</properties>-->
\ No newline at end of file
......@@ -27746,3 +27746,371 @@ log:
2024-07-03 17:33:16.618 [SpringApplicationShutdownHook] INFO c.a.cloud.nacos.registry.NacosServiceRegistry:114 - De-registration finished.
2024-07-03 17:33:21.347 [SpringApplicationShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource:2212 - {dataSource-1} closing ...
2024-07-03 17:33:21.360 [SpringApplicationShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource:2285 - {dataSource-1} closed
2024-07-03 17:37:13.270 [background-preinit] DEBUG org.jboss.logging:152 - Logging Provider: org.jboss.logging.Log4j2LoggerProvider
2024-07-03 17:37:13.276 [background-preinit] INFO org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.2.0.Final
2024-07-03 17:37:13.296 [background-preinit] DEBUG o.h.v.internal.xml.config.ValidationXmlParser:120 - Trying to load META-INF/validation.xml for XML based Validator configuration.
2024-07-03 17:37:13.301 [background-preinit] DEBUG o.h.v.internal.xml.config.ResourceLoaderHelper:60 - Trying to load META-INF/validation.xml via TCCL
2024-07-03 17:37:13.302 [background-preinit] DEBUG o.h.v.internal.xml.config.ResourceLoaderHelper:66 - Trying to load META-INF/validation.xml via Hibernate Validator's class loader
2024-07-03 17:37:13.303 [background-preinit] DEBUG o.h.v.internal.xml.config.ValidationXmlParser:127 - No META-INF/validation.xml found. Using annotation based configuration only.
2024-07-03 17:37:13.315 [background-preinit] DEBUG o.h.v.i.engine.resolver.TraversableResolvers:60 - Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable.
2024-07-03 17:37:13.399 [background-preinit] DEBUG o.h.v.m.ResourceBundleMessageInterpolator:172 - Loaded expression factory via original TCCL
2024-07-03 17:37:13.891 [background-preinit] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:345 - HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider.
2024-07-03 17:37:13.904 [background-preinit] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:420 - HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator.
2024-07-03 17:37:13.906 [background-preinit] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:421 - HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver.
2024-07-03 17:37:13.906 [background-preinit] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:422 - HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.
2024-07-03 17:37:13.907 [background-preinit] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:423 - HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.
2024-07-03 17:37:13.907 [background-preinit] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:424 - HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.
2024-07-03 17:37:17.936 [main] DEBUG c.a.cloud.nacos.client.NacosPropertySourceBuilder:93 - Loading nacos data, dataId: 'common-storage.yaml', group: 'DEFAULT_GROUP', data: #oss对象存储服务
dromara:
#文件存储配置
x-file-storage:
#默认使用的存储平台
default-platform: minio-1
minio:
# 存储平台标识
- platform: minio-1
# 启用存储
enable-storage: true
access-key: minio
secret-key: lipsadmin
end-point: http://192.168.0.200:19001/
bucket-name: eadc
# 访问域名,注意“/”结尾,例如:http://minio.abc.com/abc/
domain: http://192.168.0.200:19001/
# 基础路径
base-path: eadc-file/
2024-07-03 17:37:18.051 [main] DEBUG c.a.cloud.nacos.client.NacosPropertySourceBuilder:93 - Loading nacos data, dataId: 'common-config.yaml', group: 'DEFAULT_GROUP', data: spring:
freemarker:
check-template-location: false
jackson:
time-zone: GMT+8
data:
redis:
repositories:
enabled: false
servlet:
multipart:
max-file-size: 50MB
max-request-size: 100MB
task:
pool:
# 核心线程池大小
core-pool-size: 10
# 最大线程数
max-pool-size: 30
# 活跃时间
keep-alive-seconds: 60
# 队列容量
queue-capacity: 50
# 是否允许生成代码,生产环境设置为false
#密码加密传输,前端公钥加密,后端私钥解密
rsa:
private_key: MIIBUwIBADANBgkqhkiG9w0BAQEFAASCAT0wggE5AgEAAkEA0vfvyTdGJkdbHkB8mp0f3FE0GYP3AYPaJF7jUd1M0XxFSE2ceK3k2kw20YvQ09NJKk+OMjWQl9WitG9pB6tSCQIDAQABAkA2SimBrWC2/wvauBuYqjCFwLvYiRYqZKThUS3MZlebXJiLB+Ue/gUifAAKIg1avttUZsHBHrop4qfJCwAI0+YRAiEA+W3NK/RaXtnRqmoUUkb59zsZUBLpvZgQPfj1MhyHDz0CIQDYhsAhPJ3mgS64NbUZmGWuuNKp5coY2GIj/zYDMJp6vQIgUueLFXv/eZ1ekgz2Oi67MNCk5jeTF2BurZqNLR3MSmUCIFT3Q6uHMtsB9Eha4u7hS31tj1UWE+D+ADzp59MGnoftAiBeHT7gDMuqeJHPL4b+kC+gzV4FGTfhR9q3tTbklZkD2A==
generator:
enabled: true
# 是否开启 swagger-ui
swagger:
enabled: true
title: ah-it4it
serverUrl:
version: 2.2
#SM4-CBC模式
jasypt:
encryptor:
password: GJwsXX_BzW=gJWJW
bean: desencrypt
# PageHelper分页插件
pagehelper:
helperDialect: mysql
reasonable: true
supportMethodsArguments: true
params: count=countSql
#开启 Feign 对 Sentinel 的支持
feign:
sentinel:
enabled: true
client:
config:
default:
connect-timeout: 1000000
read-timeout: 1000000
#SM4加密密钥
sm4:
CBCSecretKey: GJwsXX_BzW=gJWJW
CBCIV: ZkR_SiNoSOFT=568
token:
secret: 123456
expire: 240 # 分钟
logging:
level:
com.onlyoffice.mapper: debug
#1800# RefreshToken过期时间-30分钟-30*60(秒为单位)
refreshTokenExpireTime: 86400
# AES密码加密私钥(Base64加密)
encryptAESKey: V2FuZzkyNjQ1NGRTQkFQSUpXVA==
# JWT认证加密私钥(Base64加密)
encryptJWTKey: U0JBUElKV1RkV2FuZzkyNjQ1NA==
# AccessToken过期时间-5分钟-5*60(秒为单位)
accessTokenExpireTime: 86400
# Shiro缓存过期时间-5分钟-5*60(秒为单位)(一般设置与AccessToken过期时间一致)
shiroCacheExpireTime: 300
#对成加密
crypto:
key: cHineSe3eoPle5as
2024-07-03 17:37:18.116 [main] DEBUG c.a.cloud.nacos.client.NacosPropertySourceBuilder:93 - Loading nacos data, dataId: 'common-log.yaml', group: 'DEFAULT_GROUP', data: # 日志文件配置。注意,如果 logging.file.name 不放在 bootstrap.yaml 配置文件,而是放在 application.yaml 中,会导致出现 LOG_FILE_IS_UNDEFINED 文件
logging:
file:
name: ${user.home}/logs/${spring.application.name}.log # 日志文件名,全路径
level:
org.springframework.boot.autoconfigure: info # 日志级别
#AOP开关,false则不执行AOP里的方法
spring:
aop:
auto: true
#sql日志开关,值为ture,则执行sql注入拦截,false则不执行
sql:
enable:
flag: false
#xss日志开关,值为ture,则执行sql注入拦截,false则不执行
xss:
enable:
flag: false
log:
enable:
flag: false
2024-07-03 17:37:18.131 [main] DEBUG c.a.cloud.nacos.client.NacosPropertySourceBuilder:93 - Loading nacos data, dataId: 'common-datasource.yaml', group: 'DEFAULT_GROUP', data: spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
druid:
driverClassName: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://192.168.0.200:23306/arch?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&zeroDateTimeBehavior=CONVERT_TO_NULL&useAffectedRows=true&allowMultiQueries=true&allowPublicKeyRetrieval=true
username: root
password: 123456
# 初始化配置
initial-size: 3
# 最小连接数
min-idle: 5
# 最大连接数
max-active: 15
# 获取连接超时时间
max-wait: 5000
# 连接有效性检测时间
time-between-eviction-runs-millis: 80000
# 最大空闲时间
max-evictable-idle-time-millis: 1800000
# 最小空闲时间
min-evictable-idle-time-millis: 120000
keep-alive: true
#test-while-idle: true
#test-on-borrow: false
#test-on-return: false
validation-query: select 1
# 配置监控统计拦截的filters
filters: stat
stat-view-servlet:
url-pattern: /druid/*
reset-enable: false
web-stat-filter:
url-pattern: /*
exclusions: "*.js,*.gif,*.jpg,*.bmp,*.png,*.css,*.ico,/druid/*"
2024-07-03 17:37:18.161 [main] DEBUG c.a.cloud.nacos.client.NacosPropertySourceBuilder:93 - Loading nacos data, dataId: 'common-mybatis.yaml', group: 'DEFAULT_GROUP', data: mybatis-plus:
check-config-location: false
configuration:
map-underscore-to-camel-case: true
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
global-config:
configuration:
map-underscore-to-camel-case: true
cache-enabled: true
db-config:
id-type: auto
logic-delete-value: 1
logic-not-delete-value: 0
mapper-locations: classpath*:mapper/**/*Mapper.xml, classpath:/META-INF/modeler-mybatis-mappings/*.xml
2024-07-03 17:37:18.179 [main] DEBUG c.a.cloud.nacos.client.NacosPropertySourceBuilder:93 - Loading nacos data, dataId: 'common-redis.yaml', group: 'DEFAULT_GROUP', data: spring:
redis:
# 数据库索引
database: 0
host: 192.168.0.200
port: 26379
password: LIzefeng@2023
# 连接超时时间
timeout: 5000
max-active: 200
# 连接池最大阻塞等待时间(使用负值表示没有限制)
max-wait: -1
# 最大空闲连接数
max-idle: 20
# 连接池中的最小空闲连接
min-idle: 0
2024-07-03 17:37:18.187 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder:87 - Ignore the empty nacos configuration and get it based on dataId[arch-overall] & group[DEFAULT_GROUP]
2024-07-03 17:37:18.201 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder:87 - Ignore the empty nacos configuration and get it based on dataId[arch-overall.properties] & group[DEFAULT_GROUP]
2024-07-03 17:37:18.208 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder:87 - Ignore the empty nacos configuration and get it based on dataId[arch-overall-dev.properties] & group[DEFAULT_GROUP]
2024-07-03 17:37:18.209 [main] INFO o.s.c.b.c.PropertySourceBootstrapConfiguration:109 - Located property source: [BootstrapPropertySource {name='bootstrapProperties-arch-overall-dev.properties,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-arch-overall.properties,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-arch-overall,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-common-redis.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-common-mybatis.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-common-datasource.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-common-log.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-common-config.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-common-storage.yaml,DEFAULT_GROUP'}]
2024-07-03 17:37:18.240 [main] INFO org.arch.overall.ArchOverallApp:641 - The following profiles are active: dev
2024-07-03 17:37:18.945 [main] DEBUG o.m.s.boot.autoconfigure.MybatisAutoConfiguration:184 - Searching for mappers annotated with @Mapper
2024-07-03 17:37:18.951 [main] DEBUG org.apache.ibatis.logging.LogFactory:109 - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
2024-07-03 17:37:18.952 [main] DEBUG o.m.s.boot.autoconfigure.MybatisAutoConfiguration:196 - Using auto-configuration base package 'org.arch.overall'
2024-07-03 17:37:18.955 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner:44 - No MyBatis mapper was found in '[org.arch.overall]' package. Please check your configuration.
2024-07-03 17:37:19.300 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner:44 - No MyBatis mapper was found in '[org.arch.overall]' package. Please check your configuration.
2024-07-03 17:37:19.306 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:435 - Identified candidate component class: file [E:\gw_space\arch\arch-overall\target\classes\org\arch\overall\mapper\ArchiElePropertyMapper.class]
2024-07-03 17:37:19.306 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:435 - Identified candidate component class: file [E:\gw_space\arch\arch-overall\target\classes\org\arch\overall\mapper\ArchiElementMapper.class]
2024-07-03 17:37:19.306 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:435 - Identified candidate component class: file [E:\gw_space\arch\arch-overall\target\classes\org\arch\overall\mapper\VersionInitMapper.class]
2024-07-03 17:37:19.306 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:435 - Identified candidate component class: file [E:\gw_space\arch\arch-clouds\log\target\classes\org\arch\log\mapper\SysEventLogMapper.class]
2024-07-03 17:37:19.307 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:435 - Identified candidate component class: file [E:\gw_space\arch\arch-clouds\mybatis\target\classes\org\arch\common\mapper\CoreMapper.class]
2024-07-03 17:37:19.315 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:435 - Identified candidate component class: file [E:\gw_space\arch\arch-overall\target\classes\org\arch\overall\mapper\ArchiElePropertyMapper.class]
2024-07-03 17:37:19.315 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:435 - Identified candidate component class: file [E:\gw_space\arch\arch-overall\target\classes\org\arch\overall\mapper\ArchiElementMapper.class]
2024-07-03 17:37:19.315 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:435 - Identified candidate component class: file [E:\gw_space\arch\arch-overall\target\classes\org\arch\overall\mapper\VersionInitMapper.class]
2024-07-03 17:37:19.316 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:435 - Identified candidate component class: file [E:\gw_space\arch\arch-clouds\log\target\classes\org\arch\log\mapper\SysEventLogMapper.class]
2024-07-03 17:37:19.316 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:435 - Identified candidate component class: file [E:\gw_space\arch\arch-clouds\mybatis\target\classes\org\arch\common\mapper\CoreMapper.class]
2024-07-03 17:37:19.316 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner:44 - Skipping MapperFactoryBean with name 'archiElePropertyMapper' and 'org.arch.overall.mapper.ArchiElePropertyMapper' mapperInterface. Bean already defined with the same name!
2024-07-03 17:37:19.316 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner:44 - Skipping MapperFactoryBean with name 'archiElementMapper' and 'org.arch.overall.mapper.ArchiElementMapper' mapperInterface. Bean already defined with the same name!
2024-07-03 17:37:19.316 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner:44 - Skipping MapperFactoryBean with name 'versionInitMapper' and 'org.arch.overall.mapper.VersionInitMapper' mapperInterface. Bean already defined with the same name!
2024-07-03 17:37:19.316 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner:44 - Skipping MapperFactoryBean with name 'sysEventLogMapper' and 'org.arch.log.mapper.SysEventLogMapper' mapperInterface. Bean already defined with the same name!
2024-07-03 17:37:19.316 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner:44 - Skipping MapperFactoryBean with name 'coreMapper' and 'org.arch.common.mapper.CoreMapper' mapperInterface. Bean already defined with the same name!
2024-07-03 17:37:19.317 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElePropertyMapper' and 'org.arch.overall.mapper.ArchiElePropertyMapper' mapperInterface
2024-07-03 17:37:19.320 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'archiElePropertyMapper'.
2024-07-03 17:37:19.321 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElementMapper' and 'org.arch.overall.mapper.ArchiElementMapper' mapperInterface
2024-07-03 17:37:19.322 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'archiElementMapper'.
2024-07-03 17:37:19.322 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'versionInitMapper' and 'org.arch.overall.mapper.VersionInitMapper' mapperInterface
2024-07-03 17:37:19.322 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'versionInitMapper'.
2024-07-03 17:37:19.322 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'sysEventLogMapper' and 'org.arch.log.mapper.SysEventLogMapper' mapperInterface
2024-07-03 17:37:19.323 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'sysEventLogMapper'.
2024-07-03 17:37:19.323 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'coreMapper' and 'org.arch.common.mapper.CoreMapper' mapperInterface
2024-07-03 17:37:19.324 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'coreMapper'.
2024-07-03 17:37:19.398 [main] INFO o.springframework.cloud.context.scope.GenericScope:283 - BeanFactory id=ba2e25bd-d044-3171-8f05-017e718bd45d
2024-07-03 17:37:19.499 [main] DEBUG org.apache.cxf.common.logging.LogUtils:137 - Using org.apache.cxf.common.logging.Slf4jLogger for logging.
2024-07-03 17:37:19.998 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 17003 (http)
2024-07-03 17:37:20.009 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-17003"]
2024-07-03 17:37:20.010 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-07-03 17:37:20.010 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.56]
2024-07-03 17:37:20.092 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-07-03 17:37:20.092 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1835 ms
2024-07-03 17:37:20.100 [main] DEBUG o.h.v.m.ResourceBundleMessageInterpolator:172 - Loaded expression factory via original TCCL
2024-07-03 17:37:20.102 [main] DEBUG o.h.v.internal.engine.AbstractConfigurationImpl:174 - Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
2024-07-03 17:37:20.103 [main] DEBUG o.h.v.internal.engine.AbstractConfigurationImpl:206 - Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
2024-07-03 17:37:20.104 [main] DEBUG o.h.v.internal.engine.AbstractConfigurationImpl:220 - Setting custom ParameterNameProvider of type org.springframework.validation.beanvalidation.LocalValidatorFactoryBean$1
2024-07-03 17:37:20.105 [main] DEBUG o.h.v.internal.xml.config.ValidationXmlParser:120 - Trying to load META-INF/validation.xml for XML based Validator configuration.
2024-07-03 17:37:20.106 [main] DEBUG o.h.v.internal.xml.config.ResourceLoaderHelper:53 - Trying to load META-INF/validation.xml via user class loader
2024-07-03 17:37:20.108 [main] DEBUG o.h.v.internal.xml.config.ResourceLoaderHelper:60 - Trying to load META-INF/validation.xml via TCCL
2024-07-03 17:37:20.109 [main] DEBUG o.h.v.internal.xml.config.ResourceLoaderHelper:66 - Trying to load META-INF/validation.xml via Hibernate Validator's class loader
2024-07-03 17:37:20.109 [main] DEBUG o.h.v.internal.xml.config.ValidationXmlParser:127 - No META-INF/validation.xml found. Using annotation based configuration only.
2024-07-03 17:37:20.113 [main] DEBUG o.h.v.i.engine.resolver.TraversableResolvers:60 - Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable.
2024-07-03 17:37:20.118 [main] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:345 - HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider.
2024-07-03 17:37:20.119 [main] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:420 - HV000234: Using org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator as ValidatorFactory-scoped message interpolator.
2024-07-03 17:37:20.119 [main] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:421 - HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver.
2024-07-03 17:37:20.121 [main] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:422 - HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.
2024-07-03 17:37:20.121 [main] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:423 - HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.
2024-07-03 17:37:20.122 [main] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:424 - HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.
2024-07-03 17:37:20.389 [main] INFO c.g.y.a.MybatisPlusJoinAutoConfiguration:139 - mybatis plus join properties config complete
2024-07-03 17:37:20.404 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure:66 - Init DruidDataSource
2024-07-03 17:37:21.005 [main] INFO com.alibaba.druid.pool.DruidDataSource:1007 - {dataSource-1} inited
2024-07-03 17:37:21.069 [main] DEBUG org.apache.ibatis.logging.LogFactory:109 - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
2024-07-03 17:37:21.077 [main] INFO c.g.y.a.MybatisPlusJoinAutoConfiguration:139 - mybatis plus join SqlInjector init
2024-07-03 17:37:22.442 [main] WARN c.b.mybatisplus.core.metadata.TableInfoHelper:376 - Can not find table primary key in Class: "org.arch.log.entity.SysEventLog".
2024-07-03 17:37:22.442 [main] WARN com.github.yulichang.injector.MPJSqlInjector:52 - class org.arch.log.entity.SysEventLog ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2024-07-03 17:37:22.502 [main] DEBUG o.h.v.m.ResourceBundleMessageInterpolator:172 - Loaded expression factory via original TCCL
2024-07-03 17:37:22.504 [main] DEBUG o.h.v.internal.engine.AbstractConfigurationImpl:174 - Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
2024-07-03 17:37:22.504 [main] DEBUG o.h.v.internal.engine.AbstractConfigurationImpl:206 - Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
2024-07-03 17:37:22.504 [main] DEBUG o.h.v.internal.engine.AbstractConfigurationImpl:220 - Setting custom ParameterNameProvider of type org.springframework.validation.beanvalidation.LocalValidatorFactoryBean$1
2024-07-03 17:37:22.505 [main] DEBUG o.h.v.internal.xml.config.ValidationXmlParser:120 - Trying to load META-INF/validation.xml for XML based Validator configuration.
2024-07-03 17:37:22.505 [main] DEBUG o.h.v.internal.xml.config.ResourceLoaderHelper:53 - Trying to load META-INF/validation.xml via user class loader
2024-07-03 17:37:22.505 [main] DEBUG o.h.v.internal.xml.config.ResourceLoaderHelper:60 - Trying to load META-INF/validation.xml via TCCL
2024-07-03 17:37:22.506 [main] DEBUG o.h.v.internal.xml.config.ResourceLoaderHelper:66 - Trying to load META-INF/validation.xml via Hibernate Validator's class loader
2024-07-03 17:37:22.507 [main] DEBUG o.h.v.internal.xml.config.ValidationXmlParser:127 - No META-INF/validation.xml found. Using annotation based configuration only.
2024-07-03 17:37:22.507 [main] DEBUG o.h.v.i.engine.resolver.TraversableResolvers:60 - Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable.
2024-07-03 17:37:22.509 [main] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:345 - HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider.
2024-07-03 17:37:22.510 [main] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:420 - HV000234: Using org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator as ValidatorFactory-scoped message interpolator.
2024-07-03 17:37:22.510 [main] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:421 - HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver.
2024-07-03 17:37:22.510 [main] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:422 - HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.
2024-07-03 17:37:22.510 [main] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:423 - HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.
2024-07-03 17:37:22.510 [main] DEBUG o.h.v.i.engine.ValidatorFactoryConfigurationHelper:424 - HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.
2024-07-03 17:37:22.742 [main] DEBUG _.s.web.servlet.HandlerMapping.Mappings:295 -
o.a.o.c.ArchiElementController:
{POST [/ele/ele-list]}: getEleList(ArchiElementDTO)
{POST [/ele/upd-ele]}: updEle(ArchiElement)
{POST [/ele/del-ele]}: delEle(ArchiElement)
{POST [/ele/archi-ele-list]}: gtEleList(ArchiElement)
{POST [/ele/]}: gtArchiElement(ArchiElementDTO)
{POST [/ele/updEleBatch]}: updEleBatch(BatchUpdateDTO)
{POST [/ele/ad-ele]}: adEle(ArchiElement)
2024-07-03 17:37:22.747 [main] DEBUG _.s.web.servlet.HandlerMapping.Mappings:295 -
o.s.b.a.w.s.e.BasicErrorController:
{ [/error]}: error(HttpServletRequest)
{ [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse)
2024-07-03 17:37:22.776 [main] DEBUG _.s.web.servlet.HandlerMapping.Mappings:86 - 'beanNameHandlerMapping' {}
2024-07-03 17:37:22.791 [main] DEBUG _.s.web.servlet.HandlerMapping.Mappings:177 - 'resourceHandlerMapping' {/webjars/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]], /**=ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]]}
2024-07-03 17:37:22.872 [main] DEBUG o.m.s.boot.autoconfigure.MybatisAutoConfiguration:234 - No org.mybatis.spring.mapper.MapperFactoryBean found.
2024-07-03 17:37:22.993 [main] DEBUG org.apache.cxf.configuration.spring.ConfigurerImpl:475 - Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyAnnotationListener.
2024-07-03 17:37:22.998 [main] DEBUG org.apache.cxf.configuration.spring.ConfigurerImpl:475 - Could not determine bean name for instance of class org.apache.cxf.service.factory.FactoryBeanListenerManager.
2024-07-03 17:37:23.004 [main] DEBUG org.apache.cxf.configuration.spring.ConfigurerImpl:475 - Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyEngineImpl.
2024-07-03 17:37:23.005 [main] DEBUG org.apache.cxf.configuration.spring.ConfigurerImpl:475 - Could not determine bean name for instance of class org.apache.cxf.ws.policy.PolicyDataEngineImpl.
2024-07-03 17:37:23.006 [main] DEBUG org.apache.cxf.configuration.spring.ConfigurerImpl:475 - Could not determine bean name for instance of class org.apache.cxf.bus.managers.CXFBusLifeCycleManager.
2024-07-03 17:37:23.007 [main] DEBUG org.apache.cxf.configuration.spring.ConfigurerImpl:475 - Could not determine bean name for instance of class org.apache.cxf.bus.managers.ServerRegistryImpl.
2024-07-03 17:37:23.010 [main] INFO org.arch.config.MybatisConfig:29 - 加载MybatisPlus配置...
2024-07-03 17:37:23.016 [main] INFO org.arch.log.config.LogAutoConfiguration:27 - 加载logging配置...
2024-07-03 17:37:23.069 [main] DEBUG i.n.util.internal.logging.InternalLoggerFactory:63 - Using SLF4J as the default logging framework
2024-07-03 17:37:23.072 [main] DEBUG i.l.core.resource.AddressResolverGroupProvider:37 - Starting without optional netty's non-blocking DNS resolver library
2024-07-03 17:37:23.074 [main] DEBUG io.lettuce.core.resource.DefaultClientResources:122 - -Dio.netty.eventLoopThreads: 16
2024-07-03 17:37:23.087 [main] DEBUG i.l.core.resource.DefaultEventLoopGroupProvider:231 - Creating executor io.netty.util.concurrent.DefaultEventExecutorGroup
2024-07-03 17:37:23.109 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap:86 - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
2024-07-03 17:37:23.109 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap:89 - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
2024-07-03 17:37:23.115 [main] DEBUG io.netty.util.ResourceLeakDetector:129 - -Dio.netty.leakDetection.level: simple
2024-07-03 17:37:23.116 [main] DEBUG io.netty.util.ResourceLeakDetector:130 - -Dio.netty.leakDetection.targetRecords: 4
2024-07-03 17:37:23.118 [main] DEBUG io.netty.util.ResourceLeakDetectorFactory:196 - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@43e8f1c
2024-07-03 17:37:23.124 [main] DEBUG io.netty.util.internal.PlatformDependent0:460 - -Dio.netty.noUnsafe: false
2024-07-03 17:37:23.124 [main] DEBUG io.netty.util.internal.PlatformDependent0:954 - Java version: 8
2024-07-03 17:37:23.125 [main] DEBUG io.netty.util.internal.PlatformDependent0:135 - sun.misc.Unsafe.theUnsafe: available
2024-07-03 17:37:23.126 [main] DEBUG io.netty.util.internal.PlatformDependent0:159 - sun.misc.Unsafe.copyMemory: available
2024-07-03 17:37:23.128 [main] DEBUG io.netty.util.internal.PlatformDependent0:202 - java.nio.Buffer.address: available
2024-07-03 17:37:23.129 [main] DEBUG io.netty.util.internal.PlatformDependent0:272 - direct buffer constructor: available
2024-07-03 17:37:23.130 [main] DEBUG io.netty.util.internal.PlatformDependent0:350 - java.nio.Bits.unaligned: available, true
2024-07-03 17:37:23.130 [main] DEBUG io.netty.util.internal.PlatformDependent0:424 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9
2024-07-03 17:37:23.130 [main] DEBUG io.netty.util.internal.PlatformDependent0:446 - java.nio.DirectByteBuffer.<init>(long, int): available
2024-07-03 17:37:23.130 [main] DEBUG io.netty.util.internal.PlatformDependent:1116 - sun.misc.Unsafe: available
2024-07-03 17:37:23.131 [main] DEBUG io.netty.util.internal.PlatformDependent:1237 - -Dio.netty.tmpdir: C:\Users\ADMINI~1\AppData\Local\Temp (java.io.tmpdir)
2024-07-03 17:37:23.131 [main] DEBUG io.netty.util.internal.PlatformDependent:1316 - -Dio.netty.bitMode: 64 (sun.arch.data.model)
2024-07-03 17:37:23.132 [main] DEBUG io.netty.util.internal.PlatformDependent:1076 - Platform: Windows
2024-07-03 17:37:23.134 [main] DEBUG io.netty.util.internal.PlatformDependent:178 - -Dio.netty.maxDirectMemory: 7464288256 bytes
2024-07-03 17:37:23.134 [main] DEBUG io.netty.util.internal.PlatformDependent:185 - -Dio.netty.uninitializedArrayAllocationThreshold: -1
2024-07-03 17:37:23.135 [main] DEBUG io.netty.util.internal.CleanerJava6:92 - java.nio.ByteBuffer.cleaner(): available
2024-07-03 17:37:23.135 [main] DEBUG io.netty.util.internal.PlatformDependent:205 - -Dio.netty.noPreferDirect: false
2024-07-03 17:37:23.137 [main] DEBUG io.netty.util.internal.PlatformDependent:967 - org.jctools-core.MpscChunkedArrayQueue: available
2024-07-03 17:37:23.155 [main] DEBUG reactor.util.Loggers:245 - Using Slf4j logging framework
2024-07-03 17:37:23.161 [main] DEBUG io.lettuce.core.event.jfr.EventRecorderHolder:55 - Starting without optional JFR support. JFR unavailable.
2024-07-03 17:37:23.189 [main] DEBUG io.lettuce.core.resource.DefaultClientResources:227 - LatencyUtils/HdrUtils are not available, metrics are disabled
2024-07-03 17:37:26.171 [main] INFO org.springframework.cloud.commons.util.InetUtils:170 - Cannot determine local hostname
2024-07-03 17:37:26.469 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-17003"]
2024-07-03 17:37:26.488 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 17003 (http) with context path ''
2024-07-03 17:37:26.508 [main] INFO c.a.cloud.nacos.registry.NacosServiceRegistry:75 - nacos registry, DEFAULT_GROUP arch-overall localhost:17003 register finished
2024-07-03 17:37:29.006 [main] INFO org.springframework.cloud.commons.util.InetUtils:170 - Cannot determine local hostname
2024-07-03 17:37:29.020 [main] INFO org.arch.overall.ArchOverallApp:61 - Started ArchOverallApp in 18.864 seconds (JVM running for 21.168)
2024-07-03 17:37:29.032 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=arch-overall.properties, group=DEFAULT_GROUP
2024-07-03 17:37:29.034 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=common-datasource.yaml, group=DEFAULT_GROUP
2024-07-03 17:37:29.036 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=common-mybatis.yaml, group=DEFAULT_GROUP
2024-07-03 17:37:29.038 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=arch-overall-dev.properties, group=DEFAULT_GROUP
2024-07-03 17:37:29.039 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=common-storage.yaml, group=DEFAULT_GROUP
2024-07-03 17:37:29.041 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=common-log.yaml, group=DEFAULT_GROUP
2024-07-03 17:37:29.042 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=common-config.yaml, group=DEFAULT_GROUP
2024-07-03 17:37:29.043 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=common-redis.yaml, group=DEFAULT_GROUP
2024-07-03 17:37:29.044 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=arch-overall, group=DEFAULT_GROUP
2024-07-03 17:49:57.677 [SpringApplicationShutdownHook] DEBUG io.lettuce.core.AbstractRedisClient:539 - Initiate shutdown (100, 100, MILLISECONDS)
2024-07-03 17:49:57.685 [SpringApplicationShutdownHook] DEBUG io.lettuce.core.resource.DefaultClientResources:735 - Initiate shutdown (0, 2, SECONDS)
2024-07-03 17:49:57.689 [SpringApplicationShutdownHook] DEBUG i.l.core.resource.DefaultEventLoopGroupProvider:317 - Initiate shutdown (0, 2, SECONDS)
2024-07-03 17:49:57.699 [SpringApplicationShutdownHook] INFO c.a.cloud.nacos.registry.NacosServiceRegistry:94 - De-registering from Nacos Server now...
2024-07-03 17:49:57.742 [SpringApplicationShutdownHook] INFO c.a.cloud.nacos.registry.NacosServiceRegistry:114 - De-registration finished.
2024-07-03 17:50:06.483 [SpringApplicationShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource:2212 - {dataSource-1} closing ...
2024-07-03 17:50:06.490 [SpringApplicationShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource:2285 - {dataSource-1} closed
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!