Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
test
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邬友楠
test
Commits
00ef3a0e
Commit
00ef3a0e
authored
Jan 10, 2020
by
王邯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:
1,添加支持postgresql配置
parent
8d968cae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
8 deletions
+46
-8
application-postgresql.properties
...u-xt/src/main/resources/application-postgresql.properties
+38
-0
application.properties
huigou-xt/src/main/resources/application.properties
+8
-8
No files found.
huigou-xt/src/main/resources/application-postgresql.properties
0 → 100644
View file @
00ef3a0e
pub.db.url
=
jdbc:postgresql://192.168.3.61:5432/topsunit?useSSL=false
pub.db.user
=
postgres
pub.db.password
=
topsunit
log.db.url
=
jdbc:postgresql://192.168.3.61:5432/topsunit?useSSL=false
log.db.user
=
postgres
log.db.password
=
topsunit
shiro.host
=
127.0.0.1
shiro.port
=
6379
shiro.expire
=
18000
system.dataSource
=
dataSource
system.hibernate.dialect
=
com.huigou.data.dialect.PostgreSQL10Dialect
sqlDialect
=
postgresql
#shiroFilter loginUrl
shiro.loginUrl
=
/Login.jsp
#cas shiroFilter loginUrl
#shiro.loginUrl=http://localhost:8085/cas/login?service=http://localhost:8080/yihe/Login.jsp
shiro.cas.flag
=
false
shiro.cas.serverUrlPrefix
=
http://localhost:8085/cas
shiro.cas.service
=
http://localhost:8080/yihe
#openldap and adldap server
shiro.ldap.serverUrlPrefix
=
ldap://192.168.2.200:389
shiro.ldap.systemUsername
=
manager
shiro.ldap.systemPassword
=
123456
#adldap: {0}@dev.huigou.com
#openldap: uid={0},ou=users,dc=huigou,dc=com
shiro.ldap.userDnTemplate
=
{0}@dev.huigou.com
rtx.server.ip
=
192.168.2.200
sys.server.ip
=
127.0.0.1:8080/is/
corpId
=
wxafae524e350f2298
corpSecret
=
FwcIKKl8AcVp6xlaXYxfMF0KSTFmyWGP9ZSt0iaCFNf-1GQcLU29ulmk4mVax1QB
\ No newline at end of file
huigou-xt/src/main/resources/application.properties
View file @
00ef3a0e
pub.db.url
=
jdbc:
mysql://127.0.0.1:3306/avic_sys?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&useSSL=false
pub.db.url
=
jdbc:
postgresql://192.168.3.61:5432/topsunit?useSSL=false
pub.db.user
=
root
pub.db.user
=
postgres
pub.db.password
=
roo
t
pub.db.password
=
topsuni
t
log.db.url
=
jdbc:
mysql://127.0.0.1:3306/avic_sys?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&
useSSL=false
log.db.url
=
jdbc:
postgresql://192.168.3.61:5432/topsunit?
useSSL=false
log.db.user
=
root
log.db.user
=
postgres
log.db.password
=
roo
t
log.db.password
=
topsuni
t
shiro.host
=
127.0.0.1
shiro.host
=
127.0.0.1
shiro.port
=
6379
shiro.port
=
6379
shiro.expire
=
18000
shiro.expire
=
18000
system.dataSource
=
dataSource
system.dataSource
=
dataSource
system.hibernate.dialect
=
com.huigou.data.dialect.
MySQL5InnoDB
Dialect
system.hibernate.dialect
=
com.huigou.data.dialect.
PostgreSQL10
Dialect
sqlDialect
=
my
sql
sqlDialect
=
postgre
sql
#shiroFilter loginUrl
#shiroFilter loginUrl
shiro.loginUrl
=
/Login.jsp
shiro.loginUrl
=
/Login.jsp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment