Example content of mapper.properties file
Note: Database connectivity is
normally not needed and can be left out in the
mapper.properties
file.Hence, the file should normally start
with the line before # Server
.
# ======================================
# Database
# ======================================
mapping.db.alias=My database
mapping.db.host=10.20.300.400
mapping.db.instance=
mapping.db.port=1433
mapping.db.name=MEC_Storage
mapping.db.schema=dbo
mapping.db.user=MyDBUser
mapping.db.password=MyDBPassword
mapping.db.default=true
# ======================================
# Server
# ======================================
mapping.server.alias=My server
mapping.server.host=https://mycomputer:443/ecmapgen
mapping.server.port=-1
mapping.server.timeout=5000
mapping.server.user=
mapping.server.password=
mapping.server.default=true
# ======================================
# Custom default types
# ======================================
mapping.types.default=MECDataTranslator,Object