mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-23 03:58:35 +08:00
修复切片
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package com.zbkj.common.acpect;
|
package com.zbkj.admin.acpect;
|
||||||
|
|
||||||
import org.aspectj.lang.ProceedingJoinPoint;
|
import org.aspectj.lang.ProceedingJoinPoint;
|
||||||
import org.aspectj.lang.annotation.Around;
|
import org.aspectj.lang.annotation.Around;
|
||||||
@@ -29,7 +29,7 @@ public class ControllerAspect {
|
|||||||
|
|
||||||
Logger logger = LoggerFactory.getLogger(ControllerAspect.class);
|
Logger logger = LoggerFactory.getLogger(ControllerAspect.class);
|
||||||
|
|
||||||
@Pointcut("execution(* com.zbkj.crmeb.system.controller.*.*(..))")
|
@Pointcut("execution(* com.zbkj.admin.controller.*.*(..))")
|
||||||
private void pointCutMethodController() {
|
private void pointCutMethodController() {
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -38,14 +38,14 @@ spring:
|
|||||||
datasource:
|
datasource:
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
type: com.alibaba.druid.pool.DruidDataSource
|
||||||
driver-class-name: com.mysql.jdbc.Driver
|
driver-class-name: com.mysql.jdbc.Driver
|
||||||
url: jdbc:mysql://118.178.234.105:3306/crmeb_test01?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimeZone=GMT+8
|
url: jdbc:mysql://127.0.0.1:3306/crmeb?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimeZone=GMT+8
|
||||||
username: crmeb_test01
|
username: crmeb
|
||||||
password: F52EH5FLAfYDzZ66
|
password: 111111
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
host: 118.178.234.105 #地址
|
host: 127.0.0.1 #地址
|
||||||
port: 6379 #端口
|
port: 6379 #端口
|
||||||
password: 1qazxsw2
|
password: 111111
|
||||||
timeout: 30000 # 连接超时时间(毫秒)
|
timeout: 30000 # 连接超时时间(毫秒)
|
||||||
database: 15 #默认数据库
|
database: 15 #默认数据库
|
||||||
jedis:
|
jedis:
|
||||||
|
|||||||
Reference in New Issue
Block a user