update pom and add lastafluteMap.dfprop
This commit is contained in:
parent
5c42e12c03
commit
6e3a213bc6
2 changed files with 579 additions and 676 deletions
53
dbflute_fess/dfprop/lastafluteMap.dfprop
Normal file
53
dbflute_fess/dfprop/lastafluteMap.dfprop
Normal file
|
@ -0,0 +1,53 @@
|
|||
# /---------------------------------------------------------------------------
|
||||
# lastafluteMap: (NotRequired - Default map:{})
|
||||
#
|
||||
# Specification:
|
||||
# map:{
|
||||
# ; serviceName = [your service name]
|
||||
# ; domainPackage = [package]
|
||||
# ; environmentList = list:{ [environment name] }
|
||||
# ; isMakeActionHtml = [true or false]
|
||||
# ; commonMap = map:{
|
||||
# ; path = [relative path to common project from DBFlute client]
|
||||
# ; freeGenList = list:{ [env or config or label or message or html] }
|
||||
# ; propertiesHtmlList = list:{ [env or config or label or message] }
|
||||
# }
|
||||
# ; appMap = map:{
|
||||
# ; [application name, camel case, initial uncapitalised] = map:{
|
||||
# ; path = [relative path to application project from DBFlute client]
|
||||
# ; freeGenList = list:{ [env or config or label or message or html] }
|
||||
# ; propertiesHtmlList = list:{ [env or config or label or message] }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
#
|
||||
# *The line that starts with '#' means comment-out.
|
||||
#
|
||||
map:{
|
||||
# your service name, camel case, initial uncapitalised
|
||||
; serviceName = fess
|
||||
|
||||
# package for your domain name, e.g. com.example
|
||||
; domainPackage = org.codelibs.fess
|
||||
|
||||
# keywords for environment properties, same as directory name
|
||||
; environmentList = list:{ integration ; production }
|
||||
|
||||
# environment dispatch by lasta.env of system property?
|
||||
; isUseLastaEnv = false
|
||||
|
||||
# settings for web applications
|
||||
; appMap = map:{
|
||||
; harbor = map:{
|
||||
; path = ..
|
||||
; freeGenList = list:{ env ; config ; label ; message ; mail ; template ; jsp ; doc }
|
||||
; propertiesHtmlList = list:{ env ; config ; label ; message }
|
||||
}
|
||||
}
|
||||
|
||||
# you can override (several) default settings like this:
|
||||
#; overrideMap = map:{
|
||||
# ; harbor.freeGen.mail.targetDir = ./playsql/data/mail
|
||||
#}
|
||||
}
|
||||
# ----------------/
|
Loading…
Add table
Reference in a new issue