SQLDeveloperツールで表示したときのデータは次のとおりです
introduction
topic 1
topic end
ResultSetを使用して読んだ後、
ResultSet result = stmt.executeQuery();
result.getString("description")
そして、JSPページに次のように表示します
<bean:write name="data" property="description" />
しかし、それはこのように表示されます
introduction topic 1 topic end
SQL Developerと同じ表示を維持するにはどうすればよいですか?