- 27 Sep, 2017 1 commit
-
-
Administrator authored
The project dependencies have been updated, including a change from WildFly 8.2.1 to 10.1.0. This change affects the project configuration in several ways, specially in tests configuration. The README.md file has been updated to reflect the configuration changes.
-
- 25 Oct, 2016 1 commit
-
-
Administrator authored
The previous Maven configuration included a WildFly Maven plugin configuration in the H2 and MySQL profiles that allowed the application execution directly from Maven (with the mvn wildfly:start wildfly:deploy command). As this configuration included a custom WildFly deployment configuration (that modified the standalone.xml of the WildFly where the application will be deployed), the mvn wildfly:deploy couldn't be used to deploy the application in a local WildFly instance. This commit adds a new profile (wildfly-mysql-run) that can be used to execute the application directly from Maven (with the mvn install command). The custom WildFly plugin configuration has been removed from the other profiles, allowing users to normally deploy the application in a running WildFly instances. Instructions on how to use the profiles for application execution and deployment can be found in the README.md file.
-
- 19 Oct, 2016 1 commit
-
-
Administrator authored
The project configuration has been simplified by unifying some part of the mysql and h2 configurations. In addition, the project has been configured to allow the execution of the application with the Maven WildFly plugin.
-
- 27 Oct, 2015 1 commit
-
-
Administrator authored
The REST layer has been added but with incomplete tests. Students will have to complete the tests. This commit includes an important refactorization regarding tests. Test classes and datasets have been moved from the "service" project to a new "tests" project. This way, any project can include this "tests" project as a dependency in order to have access to these common testing resources.
-