Skip to content

EN.03.01.Project Structure and Configuration

stormcat24 edited this page Aug 14, 2014 · 2 revisions

Project Structure

Need to configure template directory and data file directory and etc, be able to control to configure project.yaml.

project.yaml

In this section, explain the method of minimum configuration.

Remember the directory located project.yaml is Aeromock project root directory. The configuration of various path has configured as relative path from project root directory.

template:
  root: ../src/main/webapp/WEB-INF/view
  serviceClass: jp.co.cyberagent.aeromock.template.freemarker.FreemarkerTemplateService

data:
  root: ./data

ajax:
  root: ./ajax

static:
  root: ../static
Clone this wiki locally