runtime


License

License

GroupId

GroupId

com.github.apuex.springbootsolution
ArtifactId

ArtifactId

runtime_2.12
Last Version

Last Version

1.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

runtime
runtime
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 runtime_2.12

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.8
com.google.protobuf : protobuf-java jar 3.6.1
com.google.protobuf : protobuf-java-util jar 3.6.1
joda-time : joda-time jar 2.9.9
com.datastax.cassandra : cassandra-driver-core jar 3.6.0

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
org.slf4j : slf4j-simple jar 1.7.25
org.scalatest : scalatest_2.12 jar 3.0.4

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.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0