3.7.1版本发布

This commit is contained in:
JEECG
2024-09-10 15:39:32 +08:00
parent 39ca47d2ef
commit 17c68f6d53
164 changed files with 2605 additions and 549 deletions

View File

@ -280,6 +280,12 @@ jeecg:
# proxy:
# host: "http://127.0.0.1"
# port: "7890"
# 百度开放API配置
baidu-api:
app-id: ??
api-key: ??
secret-key: ??
#cas单点登录
cas:
prefixUrl: http://cas.example.org:8443/cas

View File

@ -267,6 +267,12 @@ jeecg:
password:
type: STANDALONE
enabled: true
# 百度开放API配置
baidu-api:
app-id: ??
api-key: ??
secret-key: ??
#cas单点登录
cas:
prefixUrl: http://cas.example.org:8443/cas

View File

@ -267,6 +267,12 @@ jeecg:
password:
type: STANDALONE
enabled: true
# 百度开放API配置
baidu-api:
app-id: ??
api-key: ??
secret-key: ??
#Mybatis输出sql日志
logging:
level:

File diff suppressed because one or more lines are too long

View File

@ -10,6 +10,7 @@ database_name=jeecg-boot
#url=jdbc:oracle:thin:@192.168.1.200:1521:ORCL
#username=scott
#password=tiger
#database_name=ORCL
#postgre
#diver_name=org.postgresql.Driver
@ -19,7 +20,7 @@ database_name=jeecg-boot
#database_name=jeecg
#schemaName=public
#SQLServer2005\u4EE5\u4E0A
#SQLServer2005\u4ee5\u4e0a
#diver_name=org.hibernate.dialect.SQLServerDialect
#url=jdbc:sqlserver://192.168.1.200:1433;DatabaseName=jeecg
#username=sa