spring-boot-solution


License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.apuex.springbootsolution
ArtifactId

ArtifactId

spring-boot-solution_2.12
Last Version

Last Version

1.0.10
Release Date

Release Date

Type

Type

jar
Description

Description

spring-boot-solution
spring-boot-solution
Project URL

Project URL

https://github.com/apuex/spring-boot-solution
Project Organization

Project Organization

com.github.apuex.springbootsolution
Source Code Management

Source Code Management

https://github.com/apuex/spring-boot-solution.git

Download spring-boot-solution_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.apuex.springbootsolution/spring-boot-solution_2.12/ -->
<dependency>
    <groupId>com.github.apuex.springbootsolution</groupId>
    <artifactId>spring-boot-solution_2.12</artifactId>
    <version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.apuex.springbootsolution/spring-boot-solution_2.12/
implementation 'com.github.apuex.springbootsolution:spring-boot-solution_2.12:1.0.10'
// https://jarcasting.com/artifacts/com.github.apuex.springbootsolution/spring-boot-solution_2.12/
implementation ("com.github.apuex.springbootsolution:spring-boot-solution_2.12:1.0.10")
'com.github.apuex.springbootsolution:spring-boot-solution_2.12:jar:1.0.10'
<dependency org="com.github.apuex.springbootsolution" name="spring-boot-solution_2.12" rev="1.0.10">
  <artifact name="spring-boot-solution_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.apuex.springbootsolution', module='spring-boot-solution_2.12', version='1.0.10')
)
libraryDependencies += "com.github.apuex.springbootsolution" % "spring-boot-solution_2.12" % "1.0.10"
[com.github.apuex.springbootsolution/spring-boot-solution_2.12 "1.0.10"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.8

Project Modules

There are no modules declared in this project.

Backend code generator for spring boot

Prerequisites

Usage:

$ git clone https://github.com/apuex/spring-boot-solution
$ cd spring-boot-solution
$ sbt codegen/assembly
$ java -Dproject.root=tmp \
       -Dsymbol.naming=microsoft \
       -jar codegen/target/scala-2.12/codegen.jar generate-all codegen/src/main/resources/sample-model.xml
$ cd tmp/my-sample
$ mvn package
$ java -jar my-sample-app/target/my-sample-app-1.0-SNAPSHOT.jar

Versions

Version
1.0.10
1.0.9
1.0.8
1.0.7
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0