This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v2 in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git
commit b198b1984cddd35c8a955bb3e41be6472dbcdadf Author: Dan Haywood <[email protected]> AuthorDate: Fri May 24 09:11:49 2024 +0100 adds application-dev.yml to run fixture automatically on startup --- webapp/src/main/resources/application-dev.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/src/main/resources/application-dev.yml b/webapp/src/main/resources/application-dev.yml new file mode 100644 index 0000000..01448c6 --- /dev/null +++ b/webapp/src/main/resources/application-dev.yml @@ -0,0 +1,4 @@ +causeway: + testing: + fixtures: + initial-script: domainapp.webapp.application.fixture.scenarios.DomainAppDemo \ No newline at end of file
