Tobi Akiny
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 7
-
Edited WebClient not resolving
AnsweredIn order to utilise the new `WebClient` API, I've included `spring-webflux` in my Intellij project.dependencies {implementation 'org.springframework.boot:spring-boot-starter-web'compile 'org.spring... -
Created How to preview top of block
AnsweredEvery now and then, there's a hover preview of the current focused block of code. I do this accidentally, but I would actually like to make use of this feature, is there a shortcut? -
-
Edited Intellij is setting my (NEW) project root to my user directory
AnsweredI've created a standard new, maven, project and the project directory is set to my user directory. It then indexes the whole user directory which takes FOREVER. I had my friend test my exact step... -
Created How can I test my program conveniently using a remote server
AnsweredI've been given SSH access to a "super computer" on which I want to run my program. I know I could build my program in IntelliJ, copy the jar over to the server, and then run the program, but this ...