Skip to content

Commit

Permalink
修复配置中丢失了application.database.type
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhuisheng committed Dec 16, 2013
1 parent df53771 commit d360ec6
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ application.i18n.packages=org.springframework.security.messages,\
com.mossle.user.messages,\
com.mossle.layout.messages
application.scope.type=prefix
application.database.type=h2


# ============================================================================
Expand Down Expand Up @@ -63,70 +64,70 @@ dbmigrate.enable=true
dbmigrate.clean=false
dbmigrate.10.enabled=true
dbmigrate.10.table=SCHEMA_VERSION_AUTH
dbmigrate.10.location=dbmigrate.auth
dbmigrate.10.location=dbmigrate.h2.auth
dbmigrate.11.enabled=true
dbmigrate.11.table=SCHEMA_VERSION_DATA_AUTH
dbmigrate.11.location=dbmigrate.data_auth
dbmigrate.11.location=dbmigrate.h2.data_auth
dbmigrate.20.enabled=true
dbmigrate.20.table=SCHEMA_VERSION_INSPEKTR
dbmigrate.20.location=dbmigrate.inspektr
dbmigrate.20.location=dbmigrate.h2.inspektr
dbmigrate.30.enabled=true
dbmigrate.30.table=SCHEMA_VERSION_SCOPE
dbmigrate.30.location=dbmigrate.scope
dbmigrate.30.location=dbmigrate.h2.scope
dbmigrate.31.enabled=true
dbmigrate.31.table=SCHEMA_VERSION_DATA_SCOPE
dbmigrate.31.location=dbmigrate.data_scope
dbmigrate.31.location=dbmigrate.h2.data_scope
dbmigrate.40.enabled=true
dbmigrate.40.table=SCHEMA_VERSION_USER
dbmigrate.40.location=dbmigrate.user
dbmigrate.40.location=dbmigrate.h2.user
dbmigrate.41.enabled=true
dbmigrate.41.table=SCHEMA_VERSION_DATA_USER
dbmigrate.41.location=dbmigrate.data_user
dbmigrate.41.location=dbmigrate.h2.data_user
dbmigrate.50.enabled=true
dbmigrate.50.table=SCHEMA_VERSION_GROUP
dbmigrate.50.location=dbmigrate.group
dbmigrate.50.location=dbmigrate.h2.group
dbmigrate.51.enabled=true
dbmigrate.51.table=SCHEMA_VERSION_DATA_GROUP
dbmigrate.51.location=dbmigrate.data_group
dbmigrate.51.location=dbmigrate.h2.data_group
dbmigrate.60.enabled=true
dbmigrate.60.table=SCHEMA_VERSION_PARTY
dbmigrate.60.location=dbmigrate.party
dbmigrate.60.location=dbmigrate.h2.party
dbmigrate.61.enabled=true
dbmigrate.61.table=SCHEMA_VERSION_DATA_PARTY
dbmigrate.61.location=dbmigrate.data_party
dbmigrate.61.location=dbmigrate.h2.data_party
dbmigrate.70.enabled=true
dbmigrate.70.table=SCHEMA_VERSION_BPM
dbmigrate.70.location=dbmigrate.bpm
dbmigrate.70.location=dbmigrate.h2.bpm
dbmigrate.71.enabled=true
dbmigrate.71.table=SCHEMA_VERSION_DATA_BPM
dbmigrate.71.location=dbmigrate.data_bpm
dbmigrate.71.location=dbmigrate.h2.data_bpm
dbmigrate.80.enabled=true
dbmigrate.80.table=SCHEMA_VERSION_FORM
dbmigrate.80.location=dbmigrate.form
dbmigrate.80.location=dbmigrate.h2.form
dbmigrate.81.enabled=true
dbmigrate.81.table=SCHEMA_VERSION_DATA_FORM
dbmigrate.81.location=dbmigrate.data_form
dbmigrate.81.location=dbmigrate.h2.data_form
dbmigrate.90.enabled=true
dbmigrate.90.table=SCHEMA_VERSION_CAL
dbmigrate.90.location=dbmigrate.cal
dbmigrate.90.location=dbmigrate.h2.cal
dbmigrate.100.enabled=true
dbmigrate.100.table=SCHEMA_VERSION_MSG
dbmigrate.100.location=dbmigrate.msg
dbmigrate.100.location=dbmigrate.h2.msg
dbmigrate.110.enabled=true
dbmigrate.110.table=SCHEMA_VERSION_DOC
dbmigrate.110.location=dbmigrate.doc
dbmigrate.110.location=dbmigrate.h2.doc
dbmigrate.120.enabled=true
dbmigrate.120.table=SCHEMA_VERSION_CMS
dbmigrate.120.location=dbmigrate.cms
dbmigrate.120.location=dbmigrate.h2.cms
dbmigrate.130.enabled=true
dbmigrate.130.table=SCHEMA_VERSION_FORUM
dbmigrate.130.location=dbmigrate.forum
dbmigrate.130.location=dbmigrate.h2.forum
dbmigrate.140.enabled=true
dbmigrate.140.table=SCHEMA_VERSION_CAR
dbmigrate.140.location=dbmigrate.car
dbmigrate.140.location=dbmigrate.h2.car
dbmigrate.150.enabled=true
dbmigrate.150.table=SCHEMA_VERSION_MEETING
dbmigrate.150.location=dbmigrate.meeting
dbmigrate.150.location=dbmigrate.h2.meeting


# ============================================================================
Expand Down

0 comments on commit d360ec6

Please sign in to comment.