This project was generated by the Liberty app accelerator
The Liberty App Accelerator provides a starting point for creating applications running on WebSphere Liberty.
- Maven
- Java 8: Any compliant JVM should work.
- Java 8 JDK from Oracle
- Java 8 JDK from IBM (AIX, Linux, z/OS, IBM i), or Download a Liberty server package that contains the IBM JDK (Windows, Linux)
The application is configured to provide various technologies and features. These capabilities are provided through dependencies in the pom.xml file and Liberty features enabled in the server config file found in src/main/liberty/config/server.xml
.
The context root is set in the src/main/webapp/WEB-INF/ibm-web-ext.xml
file. The ports are set in the pom.xml file.
- MicroProfile : The MicroProfile project is an open community with the aim of optimizing Enterprise Java for a microservices architecture. MicroProfile will be evolving with guidance from the community. For the complete feature documentation, see the microProfile-1.2 feature description in IBM Knowledge Center. If you want to share your thoughts you can post straight to the MicroProfile Google group.
To build and run the application:
mvn install
mvn liberty:run-server
The context root is set in the src/main/webapp/WEB-INF/ibm-web-ext.xml
file. The ports are set in the pom.xml file.
This project was generated using:
- generator-ibm-java v4.1.0
- ibm-java-codegen-common v2.3.0
- generator-ibm-service-enablement v0.6.0
- generator-ibm-cloud-enablement v0.6.10
- generator-ibm-java-liberty v7.1.0