Skip to content

Add documentation on how to create a console application using spring-ai  #1343

@asaikali

Description

@asaikali

add documentation showing how to create a console app using spring ai, folks are opening bug reports around web client and rest client dependencies need to show how to add a web stack but turn off starting a server.

Activity

added this to the 1.0.0-M3 milestone on Sep 10, 2024
coderphonui

coderphonui commented on Sep 19, 2024

@coderphonui

I built a console application that using Spring AI and I have put this configuration to the application.yaml to make it works without starting the web server.

spring:
  main:
    web-environment: false
    web-application-type: none
PRIYANKjakharia

PRIYANKjakharia commented on Oct 3, 2024

@PRIYANKjakharia

i can work on it

modified the milestones: 1.0.0-M3, 1.0.0-M4 on Oct 6, 2024
modified the milestones: 1.0.0-M4, 1.0.0-M5 on Nov 19, 2024
modified the milestones: 1.0.0-M5, backlog on Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @markpollack@asaikali@tzolov@coderphonui@PRIYANKjakharia

        Issue actions

          Add documentation on how to create a console application using spring-ai · Issue #1343 · spring-projects/spring-ai