Category: Java Architecture

0

Install Jira, Confluence and Bitbucket with Docker Compose

Github Source 1. Create network 1 . Create network for atlassian

2. Install Nginx 1 . Create volume for nginx

You will find nginxdata is located into: /var/lib/docker/volumes/nginxdata/_data /var/lib/docker/volumes/nginxwww/_data Copy opt/nginx/docker-compose.yml to...

0

Read Properties file in Spring MVC for XML and Java Code

Spring allows us to externalize String literals in its context configuration files into external properties files in order to separate application-specific settings from the framework-specific configuration. You can use the property values in context...

CORS Flowchart 0

Enabling Cross Origin Requests for a Sprint MVC RESTful Web Service

Skip the definition of CORS, I will test 4 implementations which from Spring official document. 1. Preparation: 1-1. Create a resource controller The service was deployed at domain api.novastartupclassic.com

1-2.