Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We use springdocs groups, to get the definitions you need to use url {host}:{port}/v3/api-docs/{group}. #23266

Closed
javachavez opened this issue Aug 23, 2023 · 1 comment

Comments

@javachavez
Copy link

javachavez commented Aug 23, 2023

Continuing this issue:
#23264

Sorry doesnt appears swagger with this instructions:

http://localhost:8094/v3/api-docs/management

========
We use springdocs groups, to get the definitions you need to use url {host}:{port}/v3/api-docs/{group}.
This is a bug only if swagger-ui frontend fails to show the definition.

Originally posted by @mshima in #23264 (comment)

More details:
██╗ ██╗ ██╗ ████████╗ ███████╗ ██████╗ ████████╗ ████████╗ ███████╗
██║ ██║ ██║ ╚══██╔══╝ ██╔═══██╗ ██╔════╝ ╚══██╔══╝ ██╔═════╝ ██╔═══██╗
██║ ████████║ ██║ ███████╔╝ ╚█████╗ ██║ ██████╗ ███████╔╝
██╗ ██║ ██╔═══██║ ██║ ██╔════╝ ╚═══██╗ ██║ ██╔═══╝ ██╔══██║
╚██████╔╝ ██║ ██║ ████████╗ ██║ ██████╔╝ ██║ ████████╗ ██║ ╚██╗
╚═════╝ ╚═╝ ╚═╝ ╚═══════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══════╝ ╚═╝ ╚═╝

:: JHipster 🤓 :: Running Spring Boot 3.1.1 :: Startup profile(s) dev ::
:: https://www.jhipster.tech ::

2023-08-24T00:02:32.952+02:00 WARN 16048 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Could not locate PropertySource: I/O error on GET request for "http://localhost:8761/config/establishment-catalog/dev,api-docs/main": Connection refused: no further information
2023-08-24T00:02:32.964+02:00 INFO 16048 --- [ main] c.j.e.EstablishmentCatalogApp : The following 2 profiles are active: "api-docs", "dev"
2023-08-24T00:02:35.858+02:00 WARN 16048 --- [ main] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: com.jumbotours.establishmentcatalog.aop.logging.LoggingAspect
2023-08-24T00:02:37.230+02:00 INFO 16048 --- [ main] c.j.e.config.WebConfigurer : Web application configuration, using profiles: api-docs
2023-08-24T00:02:37.232+02:00 INFO 16048 --- [ main] c.j.e.config.WebConfigurer : Web application fully configured
2023-08-24T00:02:37.307+02:00 DEBUG 16048 --- [ main] c.j.e.config.AsyncConfiguration : Creating Async Task Executor
2023-08-24T00:02:37.423+02:00 DEBUG 16048 --- [ main] c.j.e.config.LiquibaseConfiguration : Configuring Liquibase
2023-08-24T00:02:37.431+02:00 WARN 16048 --- [ main] com.zaxxer.hikari.HikariConfig : Hikari - idleTimeout has been set but has no effect because the pool is operating as a fixed size pool.
2023-08-24T00:02:37.899+02:00 WARN 16048 --- [-catalog-task-1] t.j.c.liquibase.AsyncSpringLiquibase : Starting Liquibase asynchronously, your database might not be ready at startup!
Database is up to date, no changesets to execute
2023-08-24T00:02:39.173+02:00 DEBUG 16048 --- [-catalog-task-1] t.j.c.liquibase.AsyncSpringLiquibase : Liquibase has updated your database in 1273 ms
2023-08-24T00:02:39.198+02:00 INFO 16048 --- [ main] SQL dialect : HHH000400: Using dialect: org.hibernate.dialect.DB2Dialect
2023-08-24T00:02:39.310+02:00 WARN 16048 --- [ main] org.hibernate.orm.incubating : HHH90006001: Encountered incubating setting [hibernate.type.preferred_instant_jdbc_type]. See javadoc on corresponding org.hibernate.cfg.AvailableSettings constant for details.
2023-08-24T00:02:39.554+02:00 WARN 16048 --- [ main] org.hibernate.orm.incubating : HHH90006001: Encountered incubating setting [hibernate.type.preferred_instant_jdbc_type]. See javadoc on corresponding org.hibernate.cfg.AvailableSettings constant for details.
2023-08-24T00:02:39.578+02:00 WARN 16048 --- [ main] org.hibernate.orm.incubating : HHH90006001: Encountered incubating setting [hibernate.type.preferred_instant_jdbc_type]. See javadoc on corresponding org.hibernate.cfg.AvailableSettings constant for details.
2023-08-24T00:02:40.543+02:00 INFO 16048 --- [ main] c.j.e.EstablishmentCatalogApp : HIKARIDATASOURCE Hikari 1 1
2023-08-24T00:02:41.081+02:00 WARN 16048 --- [ main] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: com.jumbotours.establishmentcatalog.repository.RoomTypeRepository
2023-08-24T00:02:41.752+02:00 INFO 16048 --- [ main] c.j.e.config.SenderConfig : KAFKA bootstrapServers 10.1.11.232:9094
2023-08-24T00:02:42.070+02:00 DEBUG 16048 --- [ main] c.a.JHipsterSpringDocGroupsConfiguration : Initializing JHipster OpenApi customizer
2023-08-24T00:02:42.103+02:00 INFO 16048 --- [ main] c.j.e.config.ReceiverConfig : Kafka Configured!!
2023-08-24T00:02:44.158+02:00 DEBUG 16048 --- [ main] c.a.JHipsterSpringDocGroupsConfiguration : Initializing JHipster OpenApi default group
2023-08-24T00:02:44.163+02:00 DEBUG 16048 --- [ main] c.a.JHipsterSpringDocGroupsConfiguration : Initializing JHipster OpenApi management group
2023-08-24T00:02:44.740+02:00 DEBUG 16048 --- [ main] i.m.c.u.i.logging.InternalLoggerFactory : Using SLF4J as the default logging framework
2023-08-24T00:02:45.471+02:00 WARN 16048 --- [ main] iguration$LoadBalancerCaffeineWarnLogger : Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.
2023-08-24T00:02:45.895+02:00 INFO 16048 --- [ main] com.netflix.discovery.DiscoveryClient : Initializing Eureka in region us-east-1
2023-08-24T00:02:45.896+02:00 INFO 16048 --- [ main] com.netflix.discovery.DiscoveryClient : Client configured to neither register nor query for data.
2023-08-24T00:02:45.911+02:00 INFO 16048 --- [ main] com.netflix.discovery.DiscoveryClient : Discovery Client initialized at timestamp 1692828165910 with initial instances count: 0
2023-08-24T00:02:46.100+02:00 INFO 16048 --- [ main] org.jboss.threads : JBoss Threads version 3.5.0.Final
2023-08-24T00:02:46.624+02:00 INFO 16048 --- [ main] c.j.e.EstablishmentCatalogApp : Started EstablishmentCatalogApp in 15.817 seconds (process running for 16.596)
2023-08-24T00:02:46.633+02:00 INFO 16048 --- [ main] c.j.e.EstablishmentCatalogApp :

Application 'establishment-catalog' is running! Access URLs:
Local: 		http://localhost:8094/
External: 	http://192.168.76.52:8094/
Profile(s): 	[api-docs, dev]

2023-08-24T00:02:46.634+02:00 INFO 16048 --- [ main] c.j.e.EstablishmentCatalogApp :

@mshima mshima closed this as not planned Won't fix, can't repro, duplicate, stale Aug 24, 2023
@mshima
Copy link
Member

mshima commented Aug 24, 2023

Please don't recreate an issue if the old one can be reopened if it's valid.

@deepu105 deepu105 added this to the 8.0.0-beta.3 milestone Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants