Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: page renamed HTPPS to HTTPS

Network Discovery example


Java Code

The following implementation example of HTTPS for a POMBA Springboot Microservice can be found at https://gerrit.onap.org/r/#/c/74206/, some values may differ, but the following content should be the same.

...

Code Block
languagejava
titleSpringServiceImpl.java
    @Autowired
    private Client jerseySslClient;


OOM Code

For OOM deployment of the Network Discovery Example the following changes were required, https://gerrit.onap.org/r/#/c/74739/ :

...