com.github.quarkus.postgres.DummyRepository Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-postgres-sample Show documentation
Show all versions of quarkus-postgres-sample Show documentation
This sample project was created by Alexei Bratuhin(@coiouhkc github user) as a reproducer for issue #253
The newest version!
package com.github.quarkus.postgres;
import io.quarkus.hibernate.orm.panache.PanacheRepository;
import javax.enterprise.context.ApplicationScoped;
@ApplicationScoped
public class DummyRepository implements PanacheRepository {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy