Launch openapi web page from Intellij on Spring boot application startup - spring-boot

I am following https://www.baeldung.com/spring-rest-openapi-documentation
I am using IntelliJ community edition 2022.3.2 as my IDE.
How to launch the mentioned file http://localhost:8080/swagger-ui.html automatically on startup?
Is there any configuration option, or am I supposed to write some custom code to launch it on startup of the Spring Boot application? For now I have done the latter, but I am concerned that this is not the right approach. In some of my past projects, I have seen this page open up automatically.

Related

Spring boot YAML autocomplete support in Intellij Community Edition

I am using intellij for building spring boot application and i am facing issues in autocomplete in yml files using intellij community edition?
Is there any plugin available for the intellij autocomplete for the yml files
Try this Spring Assistant idea plugin
Autocomplete is not natively supported by IntelliJ for Spring Boot YAML configuration files.
There is an open issue for this:
https://youtrack.jetbrains.com/issue/IDEA-151708
There is no IntelliJ plugin supporting autocomplete for Spring Boot YAML configuration either.
There is a plugin for IntelliJ IDEA Community Edition which might be very helpful with autocomplete and a few more things, here is it's the website: Spring Boot Assistant.
You can get the plugin from the link above or directly from the IDE:
File & rarr; Settings (Ctrl + Alt + S on Windows).
Search for "Plugins".
Go to Marketplace.
Search for "Spring Boot Assistant".
Install it and restart your IDE.

MVC tab is not present in Intellij IDEA Spring plugin for Spring Boot project

I'm using Spring Boot 1.5.6 Gradle project, simple demo application.
I would like to see my request mappings and controllers in Spring plugin. But it doesn't show me MVC tab at all. My controller is presented in beans tab as expected as well as in endpoints tab while running the application.
If I configure Spring Data in my project it starts to appear Data tab in Spring plugin as expected.
Also, MVC tab works well with Spring MVC project.
I have played with Spring Facets configuration but it doesn't give me any positive results.
Here is my IDEA info:
IntelliJ IDEA 2017.2.2 Build #IU-172.3757.29, built on August 8, 2017
Licensed to IntelliJ IDEA Evaluator Expiration date: August 25, 2017
JRE: 1.8.0_152-release-915-b10 x86_64 JVM: OpenJDK 64-Bit Server VM by
JetBrains s.r.o Mac OS X 10.12.6
Can you please help me to solve this?
This feature is currently in development for 2017.3, please watch https://youtrack.jetbrains.com/issue/IDEA-132738 for progress.

Debug Netbeans mutiple Maven projects (javascript)

I'm using Netbeans and developping Maven projects running through a Karaf server.
I already know how to debug the back-end part with netbeans since I can attach the debugger via dt_socket but I'd like to debug the javascript part aswell directly from Netbeans without having to use Chrome debugging tool.
Note that the Maven projects containing the front pages are not HTML5 netbeans applications.
Any ideas on how to achieve that ?

Why JDeveloper 12 IDE no longer supports Struts 1.2.9 framework?

We have a web application created using struts 1.2.9. We migrated that application to weblogic 12c. Now I want to use Jdeveloper 12 IDE for our development. So I could use the integrated weblogic 12c server. But it looks like Jdeveloper 12 no longer supports struts I framework. I had to upload the tag libraries manually and I'm not able to run the application using the IDE "Run" play button.
Getting the following error when I tried to run the application.
The target struts-config.xml cannot be started because it is not a runnable target.
Has anyone come across a similar issue and managed to solve it?

I could not download Spring Tool Suite, seems site is down

I need a help to get Spring Tool Suite for Eclipse (or build in Eclipse). It seems that site is down for several days. Could someone share with me one of latest build of STS for Eclipse or Spring installed in Eclipse?
Thank you!
I tried to download it in Eclipse and it works. Please try Help--> Eclipse Market Place and search Spring Tool Suite. I used Eclipse Mars.2

Resources