Adam Hurwitz
05/18/2019, 7:31 PMRick Prata
05/24/2019, 2:24 AMgotoOla
05/26/2019, 7:41 PMjaguililla
06/05/2019, 5:29 PMMaksim Vlasov
06/06/2019, 9:12 AM[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.0.5.RELEASE:repackage (default) on project pkt-event-manager: Execution default of goal org.springframework.boot:spring-boot-maven-plugin:2.0.5.RELEASE:repackage failed: Unable to find main class -> [Help 1]
tipsy
06/06/2019, 6:01 PModay
06/07/2019, 8:00 AModay
06/07/2019, 11:19 AMRyan
06/13/2019, 2:08 AMHorv
06/13/2019, 7:05 AMAlexander Weickmann
06/26/2019, 9:09 AMAkram
07/04/2019, 3:08 PMTalha Malik
07/08/2019, 10:23 PMmacos64x
task is failing. Are there any docs for people that are trying to contribute?Jonathan Chen
07/17/2019, 12:40 AMSergio Casero
07/17/2019, 8:43 AMjava.lang.NoClassDefFoundError: javax/servlet/ReadListener
. But the dependency 'javax.servlet:javax.servlet-api:3.0.1'
is already included
Any ideas? If I try to run the app with application
plugin works perfect. I'll put my build.gradle file in a thread.Rodrigo Silva
07/19/2019, 6:53 PMjwd83
07/21/2019, 2:55 PMkotlinc http.kt -include-runtime -d http.jar -cp ../libs/*.jar
throws an error error: source entry is not a Kotlin file: ../libs/javalin-3.2.0.jar
I'm realizing I'm probably going about this the complete wrong way but I've found the official documentation on command line compilation a bit thin. I just started with Javalin but am willing to swap to anything else that can get a little REST service up and running quickly.coder82
07/26/2019, 9:40 AMMani
07/26/2019, 7:53 PMpyrkamarcin
07/27/2019, 11:35 AMval confirmAccountDeletionEmailStatement = configurationConnection().prepareStatement("SELECT t.id,t.name,t.subject,t.content FROM email_templates t WHERE name='confirm_account_deletion'")
val confirmAccountDeletionEmailResultSet = confirmAccountDeletionEmailStatement.executeQuery()
var confirmAccountDeletionEmailId = 0
var confirmAccountDeletionEmailName = ""
var confirmAccountDeletionEmailSubject = ""
var confirmAccountDeletionEmailContent = ""
while (confirmAccountDeletionEmailResultSet.next()) {
confirmAccountDeletionEmailId = confirmAccountDeletionEmailResultSet.getInt(1)
confirmAccountDeletionEmailName = confirmAccountDeletionEmailResultSet.getString(2)
confirmAccountDeletionEmailSubject = confirmAccountDeletionEmailResultSet.getString(3)
confirmAccountDeletionEmailContent = confirmAccountDeletionEmailResultSet.getString(4)
}
?Tauhid Rehman
07/29/2019, 6:48 PMif (addPaymentRequest.additionalAmount <= 0) {
throw BorrowerServicingException("Loan amount must be greater than 0", EC_INVALID_LOAN_AMOUNT)
}
Sandeep Gurram
07/30/2019, 8:48 AMGuru
07/30/2019, 3:15 PMNidhin
07/31/2019, 7:40 AMJ. Pablo Fernández
08/02/2019, 1:41 PMJ. Pablo Fernández
08/02/2019, 8:57 PMTauhid Rehman
08/02/2019, 9:02 PMmask()
as an extension for a json property on the request itself. the property itself is called bankAccountNumber
and the below code is the request class: @NotNull(message = "'bank_account_number' must be provided")
@JsonProperty("bank_account_number")
var bankAccountNumber: String = ""
Tauhid Rehman
08/02/2019, 10:16 PMJ. Pablo Fernández
08/06/2019, 1:37 PMVelastroll
08/13/2019, 12:15 PMVelastroll
08/13/2019, 12:15 PMCan Orhan
08/13/2019, 12:18 PMVelastroll
08/13/2019, 12:21 PMCan Orhan
08/13/2019, 12:23 PMVelastroll
08/13/2019, 1:10 PMCan Orhan
08/13/2019, 1:12 PMmolikuner
08/13/2019, 1:37 PM