This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Environment Setup
Steve Teplica edited this page Apr 18, 2019
·
4 revisions
We recommend developing for moltimate-backend in IntelliJ.
Developing for moltimate-backend requires the following dependencies:
Moltimate has two different Spring profiles: dev
, which is activated by default and used for local development, and prod
, which is used when the application is deployed to GCP App Engine. Because we want to conditionally load different Maven dependencies for these profiles, we have set up respective Maven profiles for each of these. These are defined in the pom.xml
. When using mvn
, you can decide which profile is used for the command with the -P
flag.
Example: mvn spring-boot:run -Pprod
- Home
- Alignment Algorithm
- REST API
- Manual Regression Tests
- Adding New Active Site Source
- Deployments
- New Contributor Onboarding
- PyMol Design & Implementation Differences
- Past Developers