com.testvagrant.monitor.entities.MongoService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of optimusmonitor Show documentation
Show all versions of optimusmonitor Show documentation
The Java Client provides access to Optimus cloud for all java based projects.
The newest version!
package com.testvagrant.monitor.entities;
public class MongoService {
private static String mongoService = System.getProperty("serviceUrl","http://localhost:8090/v1");
public static String getMongoService() {
return mongoService;
}
public static void setMongoService(String mongoService) {
MongoService.mongoService = mongoService;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy