tzhao11

Results 3 comments of tzhao11

For now I'm using the following extension for Oracle: ```kotlin fun DatabaseSequence.nextval() = SequenceExpression(SequenceExpressionType.NEXTVAL, this) open class DatabaseSequence(val sequenceName: String) enum class SequenceExpressionType(private val value: String) { CURRVAL("currval"), NEXTVAL("nextval"); override...

For Kotlin DSL and Spring Boot: ```kotlin val gitProps: Map by extra gitProperties.extProperty = ::gitProps.name tasks.withType { outputs.upToDateWhen { false } } val configureBootWar by tasks.registering { group = "build"...

From my testing DNS Server, RADIUS Server and VPN Plus Server can be installed without USB/SD. All other Synology Apps requires a USB disk.