Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 736 Bytes

Readme.md

File metadata and controls

19 lines (12 loc) · 736 Bytes

POC to show WebSocket updates in SpringBoot using Postgres Listen/Notify

<<<<<<< HEAD

  1. Have Postgresql running.
  2. Change the connection parameters in PGConn.java file. =======
  3. Have Postgres running.
  4. Change the Postgres connection parameters in PGConn.java file.

d6507795307d7afa61656aa8b1e52df9f872c2bf

  1. Run the NotificationTest.java to generate some NOTIFY signals to Postgres.
  2. Run the Application.java file to start SprintBoot
  3. Go over to http://localhost:8080/ and press connect

SpringBoot, PG Listen/Notify Websocket