All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.zhengframework.mongodb.MongodbConfig Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package com.github.zhengframework.mongodb;

import com.github.zhengframework.configuration.ConfigurationDefine;
import com.github.zhengframework.configuration.annotation.ConfigurationInfo;
import lombok.Data;
import lombok.NoArgsConstructor;


@Data
@NoArgsConstructor
@ConfigurationInfo(prefix = "zheng.mongodb", supportGroup = true)
public class MongodbConfig implements ConfigurationDefine {

  private String url;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy