Mod4j: Modeling for Java using Domain Specific Languages

environment.properties not generated

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.0.0
  • Labels:
    None
  • Number of attachments :
    0

Description

The property file environment.properties used in applicationContextBase.xml but is not initially generated.

<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location">
<value>classpath:environment.properties</value>
</property>
</bean>

Activity

Hide
Johan Vogelzang added a comment -

Fixed.

In future versions it could be desirable to have environment properties based on profiles. Eg production-, acceptation- or test- environments. This can be achieved by using Maven profiles and filters. But its out of scope for this issue.

Show
Johan Vogelzang added a comment - Fixed. In future versions it could be desirable to have environment properties based on profiles. Eg production-, acceptation- or test- environments. This can be achieved by using Maven profiles and filters. But its out of scope for this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: