Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to configure port and scheme for Micronaut application

Tags: port

Set following properties in application.yml file.

micronaut:
server:
port: 12345
ssl:
enabled: true
keyStore:
path: classpath:server.p12
password: keyStorePassword
type: PKCS12

 

Previous                                                    Next                                                    Home


This post first appeared on Java Tutorial : Blog To Learn Java Programming, please read the originial post: here

Share the post

How to configure port and scheme for Micronaut application

×

Subscribe to Java Tutorial : Blog To Learn Java Programming

Get updates delivered right to your inbox!

Thank you for your subscription

×