把jeecg字样修改为jero
This commit is contained in:
@@ -77,8 +77,8 @@ spring:
|
||||
#是否支持重试
|
||||
retry:
|
||||
enabled: true
|
||||
#jeecg专用配置
|
||||
jeecg :
|
||||
#jero专用配置
|
||||
jero :
|
||||
# 本地:local\Minio:minio\阿里云:alioss
|
||||
uploadType: local
|
||||
path :
|
||||
@@ -93,7 +93,7 @@ jeecg :
|
||||
endpoint: oss-cn-beijing.aliyuncs.com
|
||||
accessKey: ??
|
||||
secretKey: ??
|
||||
bucketName: jeecgos
|
||||
bucketName: jeroos
|
||||
staticDomain: ??
|
||||
# ElasticSearch 6设置
|
||||
elasticsearch:
|
||||
@@ -135,7 +135,7 @@ jeecg :
|
||||
address: 127.0.0.1:30007
|
||||
ip: 127.0.0.1
|
||||
port: 30007
|
||||
logPath: logs/jeecg/job/jobhandler/
|
||||
logPath: logs/jero/job/jobhandler/
|
||||
logRetentionDays: 30
|
||||
#自定义路由配置 yml nacos database
|
||||
route:
|
||||
@@ -161,8 +161,8 @@ knife4j:
|
||||
production: false
|
||||
basic:
|
||||
enable: false
|
||||
username: jeecg
|
||||
password: jeecg1314
|
||||
username: jero
|
||||
password: jero1314
|
||||
|
||||
#第三方登录
|
||||
justauth:
|
||||
|
||||
+1
-2
@@ -12,8 +12,7 @@ import org.springframework.context.annotation.Configuration;
|
||||
|
||||
/**
|
||||
* 定时任务配置
|
||||
*
|
||||
* @author jeecg
|
||||
|
||||
*/
|
||||
@Slf4j
|
||||
@Configuration
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ import lombok.Data;
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
|
||||
@Data
|
||||
@ConfigurationProperties(prefix = "jeecg.xxljob")
|
||||
@ConfigurationProperties(prefix = "jero.xxljob")
|
||||
public class XxlJobProperties {
|
||||
|
||||
|
||||
|
||||
-1
@@ -2,7 +2,6 @@ package com.jero.boot.starter.lock.enums;
|
||||
|
||||
/**
|
||||
* 锁的模式
|
||||
* @author jeecg
|
||||
*/
|
||||
public enum LockModel {
|
||||
//可重入锁
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
* @date 2020-11-11
|
||||
*/
|
||||
@Data
|
||||
@ConfigurationProperties(prefix = "jeecg.redisson")
|
||||
@ConfigurationProperties(prefix = "jero.redisson")
|
||||
public class RedissonProperties {
|
||||
|
||||
/**
|
||||
|
||||
+2
-2
@@ -15,11 +15,11 @@ public class DelayExchangeBuilder {
|
||||
/**
|
||||
* 默认延迟消息交换器
|
||||
*/
|
||||
public final static String DEFAULT_DELAY_EXCHANGE = "jeecg.delayed.exchange";
|
||||
public final static String DEFAULT_DELAY_EXCHANGE = "jero.delayed.exchange";
|
||||
/**
|
||||
* 普通交换器
|
||||
*/
|
||||
public final static String DELAY_EXCHANGE = "jeecg.direct.exchange";
|
||||
public final static String DELAY_EXCHANGE = "jero.direct.exchange";
|
||||
|
||||
/**
|
||||
* 构建延迟消息交换器
|
||||
|
||||
-1
@@ -24,7 +24,6 @@ import org.springframework.data.redis.serializer.StringRedisSerializer;
|
||||
/**
|
||||
* redis配置
|
||||
*
|
||||
* @author jeecg
|
||||
*/
|
||||
@Slf4j
|
||||
@Configuration
|
||||
|
||||
Reference in New Issue
Block a user