io.spotnext.sample.service.impl.DefaultSampleService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spot-sample-simple Show documentation
Show all versions of spot-sample-simple Show documentation
The spOt microservice framework.
package io.spotnext.sample.service.impl;
import org.springframework.stereotype.Service;
import io.spotnext.sample.service.SampleService;
@Service
public class DefaultSampleService implements SampleService {
}