Deploy Spring Boot and Vue Applications on Baota Panel with HTTPS
Backend Packaging Notes
Configure proxy bypass in the backend to allow specific domain access. Write two allowed domains: your configured domain and the server IP address. During frontend development, ports are used; in production, omit ports to avoid lock-in.
application.yml Configuration
server:
port: 9999
servlet:
context-path: /api
...
Posted on Thu, 09 Jul 2026 16:46:33 +0000 by rimelta