microsoft / spring-data-gremlin

We are in the process of deprecating Spring Data Gremlin. -- Provide generic annotation oriented programming form based on gremlin for graph database
Other
128 stars 76 forks source link

Janus #275

Closed sureshcoder closed 3 years ago

sureshcoder commented 3 years ago

Your issue may already be reported! Please search before creating a new one.

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

Snapshot Code for Reproduce

@SpringBootApplication
public class Application {
    public static void main(String... args) {
        SpringApplication.run(Application.class, args);
    }
}

Branch

Your Environment