-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #731 from wultra/develop
Prepare release 1.3.0
- Loading branch information
Showing
653 changed files
with
28,914 additions
and
2,531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"}` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.