spring_boot_mongo

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MongoConfig

type MongoConfig struct {
	Url       string `value:"${mongo.url:=mongodb://127.0.0.1:27017}"`
	EnableLog bool   `value:"${mongo.enable_log:=false}"`
}

type MongoService

type MongoService struct {
	Config *MongoConfig `autowire:""`
	*mongo.Client
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL