Compare commits
No commits in common. 'soul2/redis' and 'develop' have entirely different histories.
soul2/redi
...
develop
11 changed files with 25 additions and 110 deletions
@ -1,11 +0,0 @@ |
||||
package cn.soul2.demo.utils; |
||||
|
||||
/** |
||||
* @author Soul2 |
||||
* @date 2022-09-21 21:53 |
||||
*/ |
||||
|
||||
public class RedisUtils { |
||||
|
||||
|
||||
} |
@ -1,12 +1,19 @@ |
||||
# 允许跨域的地址 |
||||
cn.soul2: |
||||
cors: |
||||
allow-origin: http://localhost |
||||
|
||||
cors: |
||||
allow-origin: http://localhost |
||||
|
||||
--- |
||||
spring: |
||||
config.activate.on-profile: dev |
||||
config: |
||||
activate: |
||||
on-profile: dev |
||||
|
||||
cors: |
||||
allow-origin: http://localhost:6901 |
||||
|
||||
cn.soul2: |
||||
cors: |
||||
allow-origin: http://localhost:6901 |
||||
--- |
||||
spring: |
||||
config: |
||||
activate: |
||||
on-profile: prod |
||||
|
@ -1,8 +1,5 @@ |
||||
# mybatis-plus 逻辑删除配置 |
||||
mybatis-plus: |
||||
configuration: |
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #开启sql日志 |
||||
global-config.db-config: |
||||
dbType: mysql |
||||
logic-delete-value: 1 |
||||
logic-not-delete-value: 0 |
||||
mybatis-plus.global-config.db-config: |
||||
dbType: mysql |
||||
logic-delete-value: 1 |
||||
logic-not-delete-value: 0 |
||||
|
@ -1,21 +0,0 @@ |
||||
spring: |
||||
redis: |
||||
database: 0 |
||||
host: localhost |
||||
port: 6379 |
||||
timeout: 3000 |
||||
|
||||
--- |
||||
|
||||
spring: |
||||
config.activate.on-profile: local |
||||
|
||||
--- |
||||
|
||||
spring: |
||||
config.activate.on-profile: dev |
||||
redis: |
||||
password: 8bg31UY8mg |
||||
host: next.soul2.cn |
||||
|
||||
|
Loading…
Reference in new issue