Skip to content

Commit

Permalink
Merge pull request #731 from wultra/develop
Browse files Browse the repository at this point in the history
Prepare release 1.3.0
  • Loading branch information
romanstrobl authored Jun 14, 2022
2 parents d8f97d0 + 47b51d3 commit 69980cc
Show file tree
Hide file tree
Showing 653 changed files with 28,914 additions and 2,531 deletions.
13 changes: 13 additions & 0 deletions .run/PowerAuthAdminApplication.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="PowerAuthAdminApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<option name="ACTIVE_PROFILES" />
<option name="DEBUG_MODE" value="true" />
<module name="powerauth-admin" />
<option name="SPRING_BOOT_MAIN_CLASS" value="io.getlime.security.app.admin.PowerAuthAdminApplication" />
<option name="VM_PARAMETERS" value="-Dserver.servlet.context-path=/powerauth-admin -Dserver.port=8082" />
<option name="WORKING_DIRECTORY" value="file://$MODULE_WORKING_DIR$" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
10 changes: 10 additions & 0 deletions .run/PowerAuthServerApplication.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="PowerAuthServerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<module name="powerauth-java-server" />
<option name="SPRING_BOOT_MAIN_CLASS" value="io.getlime.security.powerauth.app.server.Application" />
<option name="VM_PARAMETERS" value="-Dserver.servlet.context-path=/powerauth-java-server" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
21 changes: 21 additions & 0 deletions docs-private/Developer-How-To-Start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Developer - How to Start Guide


## PowerAuth Java Server


### Standalone Run

- Enable maven profile `standalone`
- Use IntelliJ Idea run configuration at `../.run/PowerAuthServerApplication.run.xml`
- Open [http://localhost:8080/powerauth-java-server/actuator/health](http://localhost:8080/powerauth-java-server/actuator/health) and you should get `{"status":"UP"}`


## PowerAuth Admin Server


### Standalone Run

- Enable maven profile `standalone`
- Use IntelliJ Idea run configuration at `../.run/PowerAuthAdminApplication.run.xml`
- Open [http://localhost:8082/powerauth-admin/actuator/health](http://localhost:8082/powerauth-admin/actuator/health) and you should get `{"status":"UP"}`
81 changes: 0 additions & 81 deletions docs/Axis-1-Support-Deprecated.md

This file was deleted.

81 changes: 0 additions & 81 deletions docs/Configuring-SOAP-Client-for-Axis2.md

This file was deleted.

133 changes: 0 additions & 133 deletions docs/Configuring-SOAP-Client-for-Spring.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/Readme.md

This file was deleted.

Loading

0 comments on commit 69980cc

Please sign in to comment.