com.bmuschko.gradle.tomcat.embedded.TomcatUser.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-tomcat-plugin Show documentation
Show all versions of gradle-tomcat-plugin Show documentation
Gradle plugin supporting deployment of your web application to an embedded Tomcat web container.
The newest version!
package com.bmuschko.gradle.tomcat.embedded
import groovy.transform.Canonical
/**
* Defines a Tomcat user.
*/
@Canonical
class TomcatUser implements Serializable {
String username
String password
List roles = []
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy