# cl-cloud **Repository Path**: a551557545/cl-cloud ## Basic Information - **Project Name**: cl-cloud - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-26 - **Last Updated**: 2023-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Spring AOP关键类: org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor nacos配置:cl-cloud-dev.yaml ```yaml #spring配置 spring: elasticsearch: rest: uris: http://192.168.100.76:9200 #username: elastic #password: 1234567 redis: client-type: lettuce lettuce: pool: #在获得链接的时候检查有效性,默认false minIdle: 1 ##redis 单机环境配置 host: port: password: database: 0 ssl: false ##redis 集群环境配置 #cluster: # nodes: 127.0.0.1:7001,127.0.0.1:7002,127.0.0.1:7003 # commandTimeout: 5000 cl: cloud: mvc: request-log: enable: true enable-request-log: false binlog: enable: false dbConfig: db1: host: port: userName: password: core: redis: lock: address: redis://${spring.redis.host}:${spring.redis.port} password: ${spring.redis.password} database: 1 mode: single ```