embedded Bootstrap inside webpack

This commit is contained in:
2024-02-24 17:56:30 +08:00
parent ae0e4de23e
commit ec29250ca9
9 changed files with 26 additions and 17 deletions

View File

@@ -126,6 +126,7 @@ tasks.named('deploy2Wildfly', Deploy2WildflyTask) { d2w ->
d2w.rpcUsername = 'woggioni'
// d2w.rpcUsername = 'admin'
d2w.rpcPassword = '123456'
d2w.deploymentName = 'jpacrepo.war'
}