I want to have no authenticationType
, in final microservice, how do I achieve in JDL ?
How to define such that there will no authentication ?
application {
config {
baseName AweseomApp,
applicationType microservice,
packageName com.example,
authenticationType jwt,
prodDatabaseType postgresql
}
entities *
service * with serviceClass
}
entity Cars {
name String
}