Main public logs

Jump to navigation Jump to search

Combined display of all available logs of bibbleWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:18, 10 October 2024 Iwiseman talk contribs created page Spring Example with VS Code (Created page with "=Introduction= To make sure my Java is keeping up with my Typescript I revisited Spring to see what it would take to build a REST API using the Spring Web framework. The goal was *Create a REST API *Create GET endpoints *Use a database in Spring *Add Filtering to endpoint *Add OAuth to endpoint =Installation= This was remarkably easy. ==Install Java== <syntaxhighlight lang="bash"> sudo apt install default-jdk -y </syntaxhighlight> ==Install Maven== We grab lastest and pu...")