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.
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.