All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.firefly.example.kotlin.coffee.store.ProjectConfig.kt Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package com.firefly.example.kotlin.coffee.store

import com.firefly.kotlin.ext.annotation.NoArg

/**
 * @author Pengtao Qiu
 */
@NoArg
data class ProjectConfig(
    var templateRoot: String,
    var host: String,
    var port: Int,
    var loginURL: String,
    var logoutURL: String,
    var loginUserKey: String,
    var sessionMaxInactiveInterval: Int
                        )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy