com.sap.hcp.cf.logging.sample.springboot.security.Roles Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sample-app-spring-boot Show documentation
Show all versions of sample-app-spring-boot Show documentation
Logging Sample App for Spring Boot
package com.sap.hcp.cf.logging.sample.springboot.security;
public final class Roles {
public static final String USER = "USER";
private Roles() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy