generate SQL query to HTML with Java

202 views Asked by At

I have a Java server and I have a String of a SQL query.
I want to get a string of the query in HTML (with colors like prettifier).

In the client side I used prettyPrintOne in angular, but I need to get it from the server side now.

0

There are 0 answers